ImapNotificationEventArgs.Number Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Number
Gets the contents of the response line if it was composed of a single integer number. Otherwise, zero is returned.
Declaration
public int Number { get; }
Property Value
Type | Description |
---|---|
Int32 | The contents of the response line if there was a number. |
Remarks
This property will be set for MessageCount, RecentMessages and MessageRemoved notifications.