Name |
Data type |
Description |
---|---|---|
q_etEMailStatus |
ET_EMailStatus |
|
q_pbyDate |
POINTER TO BYTE |
The start address of the string containing the date. |
q_udiLengthOfDate |
UDINT |
Length of the date string. |
q_pbySenderEMail |
POINTER TO BYTE |
The start address of the string containing the sender email address. |
q_udiLengthOfSenderEMail |
UDINT |
Length of the sender email address string. |
q_pbySubject |
POINTER TO BYTE |
The start address of the string containing the subject of the email. |
udiLengthOfSubject |
UDINT |
Length of the subject string. |
q_pbyMessage |
POINTER TO BYTE |
The start address of the string containing the email message. |
q_udiLengthOfMessage |
UDINT |
Length of the message string. |
q_asAttachmentPath |
ARRAY [1..GPL.Gc_udiMaxNumberOfAttachments] OF STRING[255] |
Relative or absolute path(s) to the attachment file(s) on the file system. |
q_audiSizeOfAttachment |
ARRAY [1..GPL.Gc_udiMaxNumberOfAttachments] OF UDINT |
Size(s) of the attachment file(s) on the file system. |
q_sUniqueID |
STRING[70] |
Unique ID of the email. |