SmtpServerAuthOptions Property
Gets or sets the options which alter ESMTP authentication process.

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

Property Value

Type: AuthenticationOptions
An 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
If SafeMode was true to the moment of creating this SmtpServer object, AuthOptions will be set to 4 (PreferSimpleMethods).
See Also