DataSource Property

UltimateEmail

UltimateEmail Class Library

UltimateEmailMerge.DataSource Property

Gets or sets the data source that contains the email delivery and content information.

[Visual Basic] Public Property DataSource As Object
[C#]
public object DataSource {get; set;}

Property Value

The data source that contains the email delivery and content information.

Remarks

Data source can be set to almost any type that contains data. You can set it to any type of object such as a DataSet, DataTable, DataView, DataReader, Collection, ArrayList, Array, XmlDocument, or a string in which To email addresses are delimited by comma or semicolon.

See Also

UltimateEmailMerge Class | Karamasoft.WebControls.UltimateEmail Namespace