Skip to content

62cc3bfb 55cf 90c7 944a de6ffe7208f2

Fernando Garcia edited this page May 8, 2018 · 1 revision

ServerCredentialModel.Host Property

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)

Syntax

C#

public string Host { get; set; }

VB

Public Property Host As String
	Get
	Set

Property Value

Type: String
A String that contains the name or IP address of the computer to use for SMTP transactions.

Remarks

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
A X value indicates that the writer supports this element.

Examples

XML

<Credential Name="firstcredential" UserName="[email protected]" password="pwd" Host="smtp.gmail.com"/>

See Also

Reference

ServerCredentialModel Class
iTin.Export.Model Namespace

Clone this wiki locally