[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.MessagingAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public bool SmtpSSL { get; set; }
[ConfigAttribute]
public bool SmtpSSL { get; set; }
<ConfigAttribute>
Public Property SmtpSSL As Boolean
Get
Set
<ConfigAttribute>
Public Property SmtpSSL As Boolean
Get
Set
public:
[ConfigAttribute]
property bool SmtpSSL {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute]
property bool SmtpSSL {
bool get ();
void set (bool value);
}
[<ConfigAttribute>]
member SmtpSSL : bool with get, set
[<ConfigAttribute>]
member SmtpSSL : bool with get, set
Property Value
Type:
Boolean