Defines notification messages that can be received from the server using the
Update event.
public enum ImapUpdateEvent
Public Enum ImapUpdateEvent
public enum class ImapUpdateEvent
Name | Description |
---|
None | Represents the empty state. |
MessageCount | Message count was received. Occurs when the number of messages in the folder has changed. |
RecentMessages | Recent message count was received. Occurs when the number of messages with the Recent flag set has changed. |
MessageRemoved | Message was removed from the folder. Occurs when messages have been deleted. |
MessageInfo | Message info changed. Occurs when messages flags have changed. |
Failure | Failure. |
ProtocolError | Protocol error occurred. |
Success | Success. |
ClosingConnection | Connection is being closed. |
Alert | Alert. |
ValidityId | Folder validity ID was received. |
Top