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 nameDescription
Supported by the .NET Compact FrameworkNone
Represents the empty state.
Supported by the .NET Compact FrameworkMessageCount
Message count was received. Occurs when the number of messages in the folder has changed.
Supported by the .NET Compact FrameworkRecentMessages
Recent message count was received. Occurs when the number of messages with the Recent flag set has changed.
Supported by the .NET Compact FrameworkMessageRemoved
Message was removed from the folder. Occurs when messages have been deleted.
Supported by the .NET Compact FrameworkMessageInfo
Message info changed. Occurs when messages flags have changed.
Supported by the .NET Compact FrameworkFailure
Failure.
Supported by the .NET Compact FrameworkProtocolError
Protocol error occurred.
Supported by the .NET Compact FrameworkSuccess
Success.
Supported by the .NET Compact FrameworkClosingConnection
Connection is being closed.
Supported by the .NET Compact FrameworkAlert
Alert.
Supported by the .NET Compact FrameworkValidityId
Folder validity ID was received.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also