SmtpServerPassword Property
Gets or sets the user account password on the SMTP relay server.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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