MailServiceSmtpPassword Property |
The password used to authenticate to an SMTP server using basic (clear-text) authentication.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string SmtpPassword { get; set; }
Public Property SmtpPassword As String
Get
Set
Property Value
Type:
StringA string value that holds the password.
Remarks This property correspons to the smtppassword message field property
See Also