The FileAttachments property specifies file attachments.
| SendMailTask Object |
object.FileAttachments[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | File attachments |
File attachments are separated by semi-colons.
String
Read/write
HRESULT GetFileAttachments(BSTR *pRetVal);
HRESULT SetFileAttachments(BSTR NewValue);