IEmailerAuthenticationType Property
|
Gets and sets the type of authentication for the SMTP server.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax EnumSMTPAuthenticationType AuthenticationType { get; set; }
Property AuthenticationType As EnumSMTPAuthenticationType
Get
Set
property EnumSMTPAuthenticationType AuthenticationType {
EnumSMTPAuthenticationType get ();
void set (EnumSMTPAuthenticationType value);
}
abstract AuthenticationType : EnumSMTPAuthenticationType with get, set
Property Value
Type:
EnumSMTPAuthenticationTypeSee Also