| ImapServerGreeting Property |
Gets the server greeting (initial response).
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public ImapResponse ServerGreeting { get; }
Public ReadOnly Property ServerGreeting As ImapResponse
Get
public:
property ImapResponse^ ServerGreeting {
ImapResponse^ get ();
}
member ServerGreeting : ImapResponse with get
Property Value
Type:
ImapResponseSee Also