GrapeCity Secure Mail for .NET 4.0J
ImapResponse クラス
メンバ 

IMAPサーバーからの単一行の応答を表します。
シンタックス
Public Class ImapResponse 
public class ImapResponse 
解説

IMAPサーバー応答は、コマンドに対する返信として受信される場合と、クライアントからの要求なしに受信される場合があります。

たとえば、次の行を受信したとき、

* OK [UIDVALIDITY 1032904889] UIDs valid
            

このオブジェクトのプロパティは以下のようになります。

プロパティ
ImapResponse.Code ImapCode.UidValidity
ImapResponse.CodeValue "1032904889"
ImapResponse.Explanation "UIDs valid"
ImapResponse.Operation ""
ImapResponse.Status ImapStatus.Ok
ImapResponse.Tag "*"
ImapResponse.Value ""
継承階層

System.Object
   Dart.Mail.ImapResponse

参照

参照

ImapResponse メンバ
Dart.Mail 名前空間

 

 


© 2003, GrapeCity inc. All rights reserved.