This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20
SMTP_References
|
SMTP_References ( smtp_ID ; references {; deleteOption} ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
smtp_ID | Longint |
![]() |
Message reference | |||||
references | Text |
![]() |
Reference Text | |||||
deleteOption | Integer |
![]() |
0 = Replace (if references not empty), 1 = Replace, 2 = Delete | |||||
Function result | Integer |
![]() |
Error Code | |||||
The SMTP_References command identifies additional correspondences that the message references.
smtp_ID is the long integer reference to the mail message created with the SMTP_New command.
references is a text value containing the reference text. 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 "References" header:
Product: 4D
Theme: IC Send Mail (deprecated)
Number:
88979
Created: 4D Internet Commands 6.5
4D Internet Commands ( 4D v20)