ImapNotificationEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Provides data for the Notification event.
Syntax
public class ImapNotificationEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
ImapNotificationEventArgs(ImapNotification, ImapResponse, Int32, Boolean) | Initializes a new instance of the ImapNotificationEventArgs class with the specified notification type, response line and a value indicating whether the notification was solicited. |
Properties
Name | Description |
---|---|
Line | Gets the index of the line in response that contains this notification. |
Notification | Gets the notification type. |
Number | Gets the contents of the response line if it was composed of a single integer number. Otherwise, zero is returned. |
Response | Gets the IMAP response containing the notification. |
Solicited | Gets the value indicating whether the notification is a standard response to the requested command. |