EMAIL_SEND (STRUCT)ΒΆ
TYPE EMAIL_SEND : STRUCT
Holds the information of an email which is going to be sent
- Attributes:
qualified_only- InOut:
Name
Type
Comment
sMailFromSTRING(255)Mail address from the sender.
sMailToSTRING(255)Comma separated list of receivers.
sMailCCSTRING(255)Comma separated list of carbon copy receivers. (Optional)
sMailBCCSTRING(255)Comma separated list of blind carbon copy receivers. (Optional)
sSubjectSTRING(255)The subject of the mail.
BodyThe main text of the mail.
sAttachmentFilePathSTRINGThe path for the attachment file. (Optional)