DirectSendServerConfigSmtpOptions Property |
Gets or sets ESMTP options specifying which SMTP extensions
must not be used when communicating with the server.
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 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 See Also