4D Internet Commands v16

SMTP_Cc

Home

 
4D Internet Commands v16
SMTP_Cc

SMTP_Cc 


 

SMTP_Cc ( smtp_ID ; carbonCopy {; deleteOption} ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
smtp_ID  Lange Ganzzahl in Message reference
carbonCopy  Text in MailAddress or AddressList
deleteOption  Ganzzahl in 0 = Add, 1 = Replace, 2 = Delete
Funktionsergebnis  Ganzzahl in 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:

  • A value of zero will add the new value to the "Cc" field.
  • A value of 1 will set the "Cc" field to the new value, overriding any prior settings (if you pass an empty string in carbonCopy, the header will be removed from the mail envelope).
  • A value of 2 will delete any address previously defined for the "Cc" field and remove the header from the mail envelope.
    deleteOption is an optional parameter which will default to zero if not otherwise specified.

See the example for the command SMTP_Body.



Siehe auch 

SMTP_Bcc
SMTP_New

 
EIGENSCHAFTEN 

Produkt: 4D Internet Commands
Thema: IC Send Mail
Nummer: 88982

 
GESCHICHTE 

Erstellt: 4D Internet Commands 6.5

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D Internet Commands v16)