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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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