4D Internet Commands v16

SMTP_InReplyTo

Home

 
4D Internet Commands v16
SMTP_InReplyTo

SMTP_InReplyTo 


 

SMTP_InReplyTo ( smtp_ID ; inReplyTo {; deleteOption} ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
smtp_ID  Lange Ganzzahl in Message reference
inReplyTo  Text in In-Reply-To Text
deleteOption  Ganzzahl in 0 = Replace (if inReplyTo not empty), 1 = Replace, 2 = Delete
Funktionsergebnis  Ganzzahl in Error Code

The SMTP_InReplyTo command identifies the previous correspondence for which this message is a response.

smtp_ID is the long integer reference to the mail message created with the SMTP_New command.

inReplyTo is a text value which references previous correspondences to which this message pertains. For specific formatting requirements, please consult RFC#822.

Warning: The text should not contain a line feed (ascii=10). Doing so would signify the end of the header section and the beginning of the body. Subsequent header items could be pushed into the body and not recognized properly by the server or client software. For more information regarding the headers, please refer to RFC#822.

deleteOption is an integer value which specifies whether to replace or delete the "ReplyTo" header:

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



Siehe auch 

SMTP_New

 
EIGENSCHAFTEN 

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

 
GESCHICHTE 

Erstellt: 4D Internet Commands 6.5

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D Internet Commands v16)