| ImapResponseStatusLine Property |
Gets the status line (including
Tag,
Status and
Message) e.g.: "A0001 OK LOGOUT completed".
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string StatusLine { get; }
Public ReadOnly Property StatusLine As String
Get
public:
property String^ StatusLine {
String^ get ();
}
member StatusLine : string with get
Property Value
Type:
StringSee Also