SmtpServerPassword Property |
Gets or sets the user account password on the SMTP relay server.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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