EMAIL_RECV (STRUCT)ΒΆ

TYPE EMAIL_RECV : STRUCT

Holds the information of an received email

Attributes:
qualified_only
InOut:

Name

Type

Comment

sSender

STRING(255)

The sender of the email.

sReceiver

STRING(255)

The receiver of the email.

sCarbonCopy

STRING(255)

The carbon copy receiver of the mail.

sSubject

STRING(255)

The subject of the email.

dtTime

DT

The date and time, when the email was send.

sMailID

STRING(40)

The unique mail id, which is necessary to delete an email.

pBody

POINTER TO BYTE

Pointer to the text message.

udiBodySize

UDINT

Size for the text message.

sFilenames

STRING(255)

Filenames of received attachments.

Info

INFO

Info message.

sEncoding

STRING(40)

Type of email encoding.