GrapeCity Secure Mail for .NET 4.0J
Status プロパティ

応答のステータスを取得します。
シンタックス
Public ReadOnly Property Status As ImapStatus
public ImapStatus Status {get;}

プロパティ値

ImapStatus値。
解説

このプロパティには、サーバー応答のステータスを表すImapStatus値が格納されます。 通常、ステータス応答はコマンドの実行後に届きますが、すべての応答がステータスを提供するわけではありません。 応答がステータスを提供する場合、ResponseTypeはImapResponseType.Statusになります。

たとえば、応答が次の行のような場合、このプロパティの値はImapStatus.Okになります。

A2 OK CAPABILITY completed
            
参照

参照

ImapResponse クラス
ImapResponse メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.