Click or drag to resize

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; }

Property Value

Type: String
A string value that holds the password.
Remarks
This property correspons to the smtppassword message field property
See Also