4D Internet Commands v16SMTP_Keywords |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Internet Commands v16
SMTP_Keywords
|
SMTP_Keywords ( smtp_ID ; keywords {; deleteOption} ) -> Funktionsergebnis | ||||||||
Parameter | Typ | Beschreibung | ||||||
smtp_ID | Lange Ganzzahl |
![]() |
Message reference | |||||
keywords | Text |
![]() |
Keywords List | |||||
deleteOption | Ganzzahl |
![]() |
0 = Replace (if keywords not empty), 1 = Replace, 2 = Delete | |||||
Funktionsergebnis | Ganzzahl |
![]() |
Error Code | |||||
The SMTP_Keywords command is used to insert keywords into the "Keywords" header of the message designated by the smtp_ID field.
smtp_ID is the long integer reference to the mail message created with the SMTP_New command.
keywords is a text value which contains a keyword or keyword list. 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 "Keywords" header:
Produkt: 4D Internet Commands
Thema: IC Send Mail
Nummer:
88977
Erstellt: 4D Internet Commands 6.5
4D Internet Commands ( 4D Internet Commands v16)