ST_EMail

Overview

Type:

Structure

Available as of:

V1.1.2.0

Inherits from:

Description

The structure ST_EMail contains the information of a received email.

Structure Elements

Name

Data type

Description

q_etEMailStatus

ET_EMailStatus

Status of the email.

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.

Used By

  • FB_Pop3EMailClient