The ToLine property specifies e-mail addresses to include on the To: line.
object.ToLine[= value]
Part | Description |
---|---|
object | Expression that evaluates to a SendMailTask object |
value | E-mail addresses to which the mail message is sent |
String
Read/write
HRESULT GetToLine(BSTR *pRetVal);
HRESULT SetToLine(BSTR NewValue);
The e-mail addresses must be separated by semicolons.