ToLine Property

DTS Programming

DTS Programming

ToLine Property

The ToLine property specifies e-mail addresses to include on the To: line.

Applies To
SendMailTask Object
Syntax

object.ToLine[= value]

Part Description
object Expression that evaluates to a SendMailTask object
value E-mail addresses to which the mail message is sent

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetToLine(BSTR *pRetVal);

HRESULT SetToLine(BSTR NewValue);

Remarks

The e-mail addresses must be separated by semicolons.

See Also

CCLine Property

MessageText Property

Subject Property