MailBee.NET Objects 4.0

SmtpServer.AuthOptions Property

Gets or sets the options which alter ESMTP authentication process.

public MailBee.AuthenticationOptions AuthOptions {get; set;}

Property Value

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

SmtpServer Class | MailBee.SmtpMail Namespace