SmtpServerAccountName Property
Gets or sets the user account 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 AccountName { get; set; }

Property Value

Type: String
The user account name on the SMTP relay server. The default value is an empty string.
Remarks
If you're using NTLM or GSSAPI authentication, missing AccountName will tell MailBee to authenticate as the current Windows user (Integrated Windows Authentication).
See Also