EMAIL_RECV (STRUCT)ΒΆ
TYPE EMAIL_RECV : STRUCT
Holds the information of an received email
- Attributes:
qualified_only- InOut:
Name
Type
Comment
sSenderSTRING(255)The sender of the email.
sReceiverSTRING(255)The receiver of the email.
sCarbonCopySTRING(255)The carbon copy receiver of the mail.
sSubjectSTRING(255)The subject of the email.
dtTimeDTThe date and time, when the email was send.
sMailIDSTRING(40)The unique mail id, which is necessary to delete an email.
pBodyPOINTER TO BYTE
Pointer to the text message.
udiBodySizeUDINTSize for the text message.
sFilenamesSTRING(255)Filenames of received attachments.
InfoInfo message.
sEncodingSTRING(40)Type of email encoding.