SmtpServerAuthUserDefined Property |
Gets or sets a reference to the instance of a class implementing custom SASL authentication
mechanism.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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