SmtpServerAccountDomain Property
Gets or sets the user domain name on the SMTP relay server.

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

Property Value

Type: String
The 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 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