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