4b1899e2 8ae2 6430 f0c8 e826d3d60fc1 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets or sets the user name associated with 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 UserName { get; set; }VB
Public Property UserName As String
Get
SetType: String
The user name associated with the credential.
ITEE Object Element Usage
<Credential UserName="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 SSL="Yes" Name="firstcredential" UserName="[email protected]" password="pwd" Host="smtp.gmail.com"/>