Public ReadOnly Property Status As ImapStatus
public ImapStatus Status {get;}
このプロパティには、サーバー応答のステータスを表すImapStatus値が格納されます。 通常、ステータス応答はコマンドの実行後に届きますが、すべての応答がステータスを提供するわけではありません。 応答がステータスを提供する場合、ResponseTypeはImapResponseType.Statusになります。
たとえば、応答が次の行のような場合、このプロパティの値はImapStatus.Okになります。
A2 OK CAPABILITY completed
ImapResponse クラス ImapResponse メンバ
© 2003, GrapeCity inc. All rights reserved.