The ToLine property specifies e-mail addresses to include on the To: line.
SendMailTask Object |
object.ToLine[= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | E-mail addresses to include |
The e-mail addresses must be separated by semi-colons.
String
Read/write
HRESULT GetToLine(BSTR *pRetVal);
HRESULT SetToLine(BSTR NewValue);