SmtpServerAccountDomain Property |
Gets or sets the user domain name on the SMTP relay server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string AccountDomain { get; set; }
Public Property AccountDomain As String
Get
Set
Property Value
Type:
StringThe user domain name on the SMTP relay server. The default value is a null reference (
Nothing in Visual Basic) which means "use the current domain".
Remarks This value is only used with MS-specific authentication methods like NTLM or GSSAPI.
Note |
---|
If you specify this property to an empty string (not to a null reference),
it will assume the user does not belong to any domain. |
See Also