Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
SMTP_To
|
SMTP_To ( smtp_ID ; msgTo {; deleteOption} ) -> Funktionsergebnis | ||||||||
Parameter | Typ | Beschreibung | ||||||
smtp_ID | Lange Ganzzahl |
![]() |
Message reference | |||||
msgTo | Text |
![]() |
MailAddress or AddressList | |||||
deleteOption | Ganzzahl |
![]() |
0 = Add, 1 = Replace, 2 = Delete | |||||
Funktionsergebnis | Ganzzahl |
![]() |
Error Code | |||||
The SMTP_To command adds the identity of the primary recipients of the message. 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 the mail message created with the SMTP_New command.
msgTo 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 "To" header:
See the example for the command SMTP_Body.
Produkt: 4D
Thema: IC Send Mail (deprecated)
Nummer:
88983
Erstellt: 4D Internet Commands 6.5
4D Internet Commands ( 4D v19)