Dart.Mail Namespace > ImapResponse Class : Status Property |
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(); }
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