SmtpServerPassword Property |
Gets or sets the user account password on the SMTP relay server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Password { get; set; }
Public Property Password As String
Get
Set
Property Value
Type:
StringThe user account password on the SMTP relay server. The default value is an empty string.
See Also