IDTSSendMailTask.FileAttachments Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the names of the files attached to the e-mail message.
Namespace: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
Syntax
'Declaration
Property FileAttachments As String
Get
Set
'Usage
Dim instance As IDTSSendMailTask
Dim value As String
value = instance.FileAttachments
instance.FileAttachments = value
string FileAttachments { get; set; }
property String^ FileAttachments {
String^ get ();
void set (String^ value);
}
abstract FileAttachments : string with get, set
function get FileAttachments () : String
function set FileAttachments (value : String)
Property Value
Type: System.String
The names of the files attached to the e-mail message.