62cc3bfb 55cf 90c7 944a de6ffe7208f2 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets the name or IP address of the host used for SMTP transactions.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string Host { get; set; }VB
Public Property Host As String
Get
SetType: String
A String that contains the name or IP address of the computer to use for SMTP transactions.
ITEE Object Element Usage
<Credential Host="string" .../>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 Name="firstcredential" UserName="[email protected]" password="pwd" Host="smtp.gmail.com"/>