IMAPMessageInfo Type
This type is a container for the server-side message details.
Remarks
Use this type to get the details of server-side messages after the list call.
Fields
|
Date String |
Contains the value of the Date header field. |
|
Flags int |
Returns the flags currently set to the mail message. |
|
From String |
Contains the value of the From header field. |
|
InternalDate String |
Returns the internal date of the mail message. |
|
SentTo String |
Contains the value of the To header field. |
|
Size long |
Returns the size of the message in bytes. |
|
Subject String |
Contains the value of the Subject header field. |
|
UID int |
Returns the unique ID of the mail message. |