Gets the contents of the response line if it was composed of a single integer number. Otherwise, zero is returned.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public ReadOnly Property Number As Integer
	Get
C#
public int Number { get; }

Field Value

The contents of the response line if there was a number.

Remarks

This property will be set for MessageCount, RecentMessages and MessageRemoved notifications.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also