Gets the optional response code.

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

Syntax

Visual Basic
Public ReadOnly Property OptionalCode As String
	Get
C#
public string OptionalCode { get; }

Field Value

Optional response code, or null if there isn't any.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also