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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public ExtendedSmtpOptions SmtpOptions { get; set; }

Property Value

Type: ExtendedSmtpOptions
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.
Remarks
To access DirectSendServerConfig object, use Smtp.DirectSendDefaults property.
See Also