Defines notification messages that can be received from the server using the Notification event.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration ImapNotification |
| C# |
|---|
public enum ImapNotification |
Members
| Member 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.
|