FileAttachments Property (DTS)

The FileAttachments property specifies file attachments.

Applies To
SendMailTask Object  

Syntax

object.FileAttachments[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value File attachments

Remarks

File attachments are separated by semi-colons.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFileAttachments(BSTR *pRetVal);

HRESULT SetFileAttachments(BSTR NewValue);

  


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