SmtpConnectionStringUseSsl Property |
Indicates if the SMTP server use SSL protocol.
Namespace:
AskiaPortalCmn.Common
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax public bool UseSsl { get; set; }
Public Property UseSsl As Boolean
Get
Set
public:
property bool UseSsl {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also