ImapException.Response Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Response
Gets the ImapResponse of the exception.
Declaration
public ImapResponse Response { get; }
Property Value
Type | Description |
---|---|
ImapResponse | The ImapResponse if Status is ProtocolError; null reference otherwise. |