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

sMailFrom

STRING(255)

Mail address from the sender.

sMailTo

STRING(255)

Comma separated list of receivers.

sMailCC

STRING(255)

Comma separated list of carbon copy receivers. (Optional)

sMailBCC

STRING(255)

Comma separated list of blind carbon copy receivers. (Optional)

sSubject

STRING(255)

The subject of the mail.

Body

PT_SIZE

The main text of the mail.

sAttachmentFilePath

STRING

The path for the attachment file. (Optional)