SmtpServerSmtpOptions Property |
Gets or sets the options which can be used to disable certain extended SMTP capabilities.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ExtendedSmtpOptions SmtpOptions { get; set; }
Public Property SmtpOptions As ExtendedSmtpOptions
Get
Set
Property Value
Type:
ExtendedSmtpOptionsAn
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