ToLine Property (DTS)

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 an object in the Applies To list
value E-mail addresses to include

Remarks

The e-mail addresses must be separated by semi-colons.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetToLine(BSTR *pRetVal);

HRESULT SetToLine(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.