 | ImapServerGreeting Property |
Gets the server greeting (initial response).
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic ImapResponse ServerGreeting { get; }Public ReadOnly Property ServerGreeting As ImapResponse
Get
public:
property ImapResponse^ ServerGreeting {
ImapResponse^ get ();
}member ServerGreeting : ImapResponse with get
Property Value
ImapResponse
See Also