SmtpServerSmtpOptions Property
Gets or sets the options which can be used to disable certain extended SMTP capabilities.

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 which disable certain extended SMTP capabilities. The default value is Default (unless SafeMode is true).
Remarks

If this property value is set to ClassicSmtpMode, no ESMTP extensions will be used (including PIPELINING and AUTH).

If SafeMode was true to the moment of creating this SmtpServer object, SmtpOptions will be set to 7.

See Also