c623c106 cadb 75de a6e0 29f976716f8b - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets the domain or computer name that verifies the credential.
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 Domain { get; set; }VB
Public Property Domain As String
Get
SetType: String
The name of the domain associated with the credential. The default is an empty string ("").
ITEE Object Element Usage
<Credential Domain="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"/>