ImapMessageInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
Contains information about a single mail message on the IMAP server.
Syntax
public sealed class ImapMessageInfo
Inherited Members
Properties
Name | Description |
---|---|
Bcc | Gets the list of addresses of recipients that are not to be revealed to other recipients of the message. |
Body |
Gets the HTML body of the message, or an empty string if no HTML body was retrieved |
Body |
Gets an error that occurred during message body parsing. |
Body |
Gets the text body of the message, or an empty string if no text bodywas retrieved. |
CC | Gets the list of addresses of others who are to receive the message. |
Date | Gets the origination date of this message. |
Flags | Gets the message flags. |
From | Gets the list of authors of this message. |
Has |
Returns a value indicating whether the message has an attachment (or more attachments). |
Has |
Gets the value indicating whether the HTML body of the message was retrieved. |
Has |
Gets the value indicating whether the text body of the message was retrieved. |
Has |
Returns a value indicating whether the message has a linked resource (or more linked resources). |
Headers | Gets the list of headers of this entity. |
Headers |
Gets an error that occurred during message headers parsing. |
In |
Gets the list of identifiers of messages to which the message is a reply. |
Is |
Returns true if the Flags property contains the Answered flag. |
Is |
Returns true if the Flags property contains the Deleted flag. |
Is |
|
Is |
Returns true if the Flags property contains the Flagged flag. |
Is |
Returns true if the Imap |
Is |
Returns true if the Flags property contains the Seen flag. This flag is set if the message has been read. |
Is |
Returns a value indicating whether the message is signed or encrypted. |
Length | Gets the length of the message. |
Message |
Gets the unique identifier of the message. |
Received |
Gets the received date of this message. |
Reply |
Gets the list of addresses that should receive replies to this message. |
Sender | Gets the sender of this message. May be null. |
Sequence |
Gets the message sequence number. |
Subject | Gets the subject of the message. |
To | Gets the list of addresses of primary recipients of the message. |
Unique |
Gets the message unique ID (case-sensitive string). Note that it can contain a slash '/' - unsuitable to be used as a filename. |
Valid |
Returns a bit mask specifying which fields are valid. |
Methods
Name | Description |
---|---|
Get |
Gets an array containing errors that occurred during message headers parsing. |
Get |
Gets the list of keywords (custom flags) associated with the message. |
Get |
Returns a list of message parts. This includes body views, attachments and linked resources. |
Get |
Returns the raw form of the message headers, if available. |