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

Property Value

Type: String
The user account password on the SMTP relay server. The default value is an empty string.
See Also