4D v17SMTP_Cc | 
            |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v17
 
SMTP_Cc 
                                
                                
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SMTP_Cc ( smtp_ID ; carbonCopy {; deleteOption} ) -> Function result | ||||||||
| Parameter | Type | Description | ||||||
| smtp_ID | Longint | 
             
         | 
        Message reference | |||||
| carbonCopy | Text | 
             
         | 
        MailAddress or AddressList | |||||
| deleteOption | Integer | 
             
         | 
        0 = Add, 1 = Replace, 2 = Delete | |||||
| Function result | Integer | 
             
         | 
        Error Code | |||||
The SMTP_Cc command adds carbon copy recipients to the message specified by smtp_ID. It is not mandatory to have any addresses in the Cc: field. All addresses listed in the "To" and "cc" headers in a mail message are visible to each recipient of the message.
smtp_ID is the long integer reference to a message created with the SMTP_New command.
carbonCopy is a text value containing an AddressList of one or more mail addresses.
deleteOption is an integer value which specifies whether to add or delete the "Cc" header:
See the example for the command SMTP_Body.
	Product:  4D
	Theme:  IC Send Mail
	Number:  
        88982
        
        
        
	
	Created:  4D Internet Commands 6.5
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D Internet Commands ( 4D v17)
	
	
	
	
	
	
	
	
Add a comment