ImapNotificationEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
ImapNotificationEventArgs(ImapNotification, ImapResponse, Int32, Boolean)
Initializes a new instance of the Imap
Declaration
public ImapNotificationEventArgs(ImapNotification notification, ImapResponse response, int line, bool solicited)
Parameters
Type | Name | Description |
---|---|---|
Imap |
notification | Notification type. |
Imap |
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. |