SmtpServerAuthOptions Property |
Gets or sets the options which alter ESMTP authentication process.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public AuthenticationOptions AuthOptions { get; set; }
Public Property AuthOptions As AuthenticationOptions
Get
Set
Property Value
Type:
AuthenticationOptionsAn
AuthenticationOptions value containing bitwise combination
of flags affecting MailBee's default behavior during ESMTP authentication on the server. The default value is
None (unless
SafeMode is
true).
Remarks See Also