IEmailerPassword Property
|
Gets and sets the Password to authenticate against the SMTP server. Ignored when using
Anonymous authentication.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string Password { get; set; }
Property Password As String
Get
Set
property String^ Password {
String^ get ();
void set (String^ value);
}
abstract Password : string with get, set
Property Value
Type:
StringSee Also