DTS Programming
FileAttachments Property
The FileAttachments property specifies the name and path of file attachments.
Applies To
| SendMailTask Object |
Syntax
object.FileAttachments[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a SendMailTask object |
| value | File specifications of attachments |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetFileAttachments(BSTR *pRetVal);
HRESULT SetFileAttachments(BSTR NewValue);
Remarks
Multiple attachment file specifications are separated by semicolons.