4D Internet Commands v14SMTP_Subject | 
            |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
                    
                        
                         | 
                
                    
                         
    4D Internet Commands v14
 
SMTP_Subject 
                                
                                
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SMTP_Subject ( smtp_ID ; subject {; deleteOption} ) -> Funktionsergebnis | ||||||||
| Parameter | Typ | Beschreibung | ||||||
| smtp_ID | Lange Ganzzahl | 
             
         | 
        Message reference | |||||
| subject | Text | 
             
         | 
        Subject of message | |||||
| deleteOption | Ganzzahl | 
             
         | 
        0 = Replace (if subject not empty), 1 = Replace, 2 = Delete | |||||
| Funktionsergebnis | Ganzzahl | 
             
         | 
        Error Code | |||||
The SMTP_Subject command adds the subject of the message to the message referenced by smtp_ID. If a subject has already been added by a previous SMTP_Subject command, the new subject will override the previous subject.
smtp_ID is the long integer reference to the mail message created with the SMTP_New command.
subject is a text value concisely describing the topic covered in detail by the message body.
Notes:
deleteOption is an integer value which specifies whether to replace or delete the "Subject" header:
See the example for the command SMTP_Body.
	Produkt: 4D Internet Commands
	Thema: IC Send Mail
	Nummer: 
        88974
        
        
        
	

	Erstellt: 4D Internet Commands 6.5
	Geändert: 4D Internet Commands v14
	4D Internet Commands ( 4D Internet Commands v14 R2)
	4D Internet Commands ( 4D Internet Commands v14)
	4D Internet Commands ( 4D Internet Commands v14 R3)
	4D Internet Commands ( 4D Internet Commands v14 R4)
Geerbt von : SMTP_Subject ( 4D Internet Commands v11.4)