SmtpServerAccountName Property |
Gets or sets the user account 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
Syntaxpublic string AccountName { get; set; }
Public Property AccountName As String
Get
Set
Property Value
Type:
StringThe user account name on the SMTP relay server. The default value is an empty string.
RemarksIf you're using NTLM or GSSAPI authentication, missing AccountName will tell
MailBee to authenticate as the current Windows user (Integrated Windows Authentication).
See Also