SmtpServerAuthUserDefined Property
Gets or sets a reference to the instance of a class implementing custom SASL authentication mechanism.

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

Property Value

Type: SaslMethod
A reference to the instance of a class implementing custom SASL authentication mechanism, or a null reference (Nothing in Visual Basic) if no user-defined SASL method was supplied. The default value is a null reference.
See Also