PowerTCP Mail for .NET
Status Property




Gets the status of the response.
Syntax
Public ReadOnly Property Status As ImapStatus
Dim instance As ImapResponse
Dim value As ImapStatus
 
value = instance.Status
public ImapStatus Status {get;}
public: __property ImapStatus get_Status();
public:
property ImapStatus Status {
   ImapStatus get();
}

Property Value

An ImapStatus value.
Remarks

This property contains an ImapStatus value that represents the status of a server response. Typically, status responses come after commands are executed, but not all responses provide status. ResponseType is ImapResponseType.Status when the response provides status.

For example, the value is ImapStatus.Ok for the line below.

            A2 OK CAPABILITY completed
            
See Also

Reference

ImapResponse Class
ImapResponse Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic