MessageInfo Type
This is a listing of information for a message returned by the server.
Remarks
The MessageInfo event is fired when messages are searched, listed, or message information is received. When a MessageInfo event is fired, this type is returned, which contains all of the information from the message.
Fields
Date String |
The date of a message in a message info listing. | ||||||||||
Flags String |
Message flag in a message info listing. Examples of possible flag values are server dependent, but can include:
| ||||||||||
From String |
The sender of a message in a message info listing. | ||||||||||
MessageId String |
The unique identifier of a message in a message info listing. | ||||||||||
Size long |
The size of a message in a message info listing. | ||||||||||
Subject String |
The subject of a message in a message info listing. |
Constructors
public MessageInfo();