MailBee.NET Objects 4.0

DirectSendServerConfig.SmtpOptions Property

Gets or sets ESMTP options specifying which SMTP extensions must not be used when communicating with the server.

public ExtendedSmtpOptions SmtpOptions {get; set;}

Property Value

An ExtendedSmtpOptions value containing bitwise combination of flags specifying which SMTP extensions (except PIPELINING, which is controlled by the separate Pipelining property) must not be used when communicating with the server. The default value is Default.

See Also

DirectSendServerConfig Class | MailBee.SmtpMail Namespace | SmtpOptions