ImapNotificationEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
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.
Declaration
public ImapNotificationEventArgs(ImapNotification notification, ImapResponse response, int line, bool solicited)
Parameters
Type | Name | Description |
---|---|---|
ImapNotification | notification | Notification type. |
ImapResponse | response | IMAP response that contains this notification. |
Int32 | line | Response line. |
Boolean | solicited | Value indicating whether the notification is a standard response to the requested command. |