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