Initializes a new instance of the ImapNotificationEventArgs class with the specified notification type,
response line and a value indicating whether the notification was solicited.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ notification As ImapNotification, _ response As ImapResponse, _ line As Integer, _ solicited As Boolean _ ) |
C# |
---|
public ImapNotificationEventArgs( ImapNotification notification, ImapResponse response, int line, bool solicited ) |
Parameters
- notification
- Type: Rebex.Net..::..ImapNotification
Notification type.
- response
- Type: Rebex.Net..::..ImapResponse
IMAP response that contains this notification.
- line
- Type: System..::..Int32
Response line.
- solicited
- Type: System..::..Boolean
Value indicating whether the notification is a standard response to the requested command.