ImapNotification Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Defines notification messages that can be received from the server using the Notification event.
Syntax
public enum ImapNotification
Fields
Name | Description |
---|---|
Alert | Alert. |
ClosingConnection | Connection is being closed. |
Failure | Failure. |
MessageCount | Message count was received. Occurs when the number of messages in the folder has changed. |
MessageInfo | Message info changed. Occurs when messages flags have changed. |
MessageRemoved | Message was removed from the folder. Occurs when messages have been deleted. |
None | Represents the empty state. |
ProtocolError | Protocol error occurred. |
RecentMessages | Recent message count was received. Occurs when the number of messages with the Recent flag set has changed. |
Success | Success. |
ValidityId | Folder validity ID was received. |