SmtpServerAuthUserDefined Property |
Gets or sets a reference to the instance of a class implementing custom SASL authentication
mechanism.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic SaslMethod AuthUserDefined { get; set; }
Public Property AuthUserDefined As SaslMethod
Get
Set
Property Value
Type:
SaslMethodA 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