9d67d949 c71a 3368 7c0f 243f26a4bcdf - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets a value indicating whether uses Secure Sockets Layer (SSL) to encrypt the connection.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public YesNo SSL { get; set; }VB
Public Property SSL As YesNo
Get
SetType: YesNo
Yes uses Secure Sockets Layer (SSL) to encrypt the connection; otherwise, No. The default is Yes.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value specified is outside the range of valid values. |
ITEE Object Element Usage
<Credential SSL="Yes|No" .../>Compatibility table with native writers.
| Comma-Separated Values CsvWriter |
Tab-Separated Values TsvWriter |
SQL Script SqlScriptWriter |
XML Spreadsheet 2003 Spreadsheet2003TabularWriter |
|---|---|---|---|
| X | X | X | X |
X value indicates that the writer supports this element.
XML
<Credential SSL="Yes" Name="firstcredential" UserName="[email protected]" password="pwd" Host="smtp.gmail.com"/>