![]() | ImapEventMessageNew Class |
Namespace: MailKit.Net.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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (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.
![]() |
---|
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). |