Imap |
public class MessageNew : ImapEvent
The ImapEventMessageNew type exposes the following members.
Name | Description | |
---|---|---|
ImapEventMessageNew(IFetchRequest) | Initializes a new instance of the ImapEventMessageNew class. | |
ImapEventMessageNew(MessageSummaryItems) | Initializes a new instance of the ImapEventMessageNew class. | |
ImapEventMessageNew(MessageSummaryItems, IEnumerableHeaderId) | Initializes a new instance of the ImapEventMessageNew class. | |
ImapEventMessageNew(MessageSummaryItems, IEnumerableString) | Initializes a new instance of the ImapEventMessageNew class. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString | (Inherited from Object) |
An IMAP event notification for new or appended messages.
If the new or appended message is in the selected folder, the folder will emit the CountChanged event, followed by a MessageSummaryFetched event containing the information requested by the client.
Note |
---|
These events will not be emitted for any message created by the client on this particular folder as a result of, for example, a call to Append(IAppendRequest, CancellationToken) or CopyTo(IListUniqueId, IMailFolder, CancellationToken). |