Gets the ImapResponse of the exception.

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

Syntax

Visual Basic
Public Property Response As ImapResponse
	Get
	Private Set
C#
public ImapResponse Response { get; private set; }

Field Value

The ImapResponse if Status is ProtocolError; null reference otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also