次の方法で共有


IDTSSendMailTask.FileAttachments プロパティ

定義

電子メール メッセージに添付されたファイルの名前を取得します。値の設定も可能です。

public:
 property System::String ^ FileAttachments { System::String ^ get(); void set(System::String ^ value); };
public string FileAttachments { get; set; }
member this.FileAttachments : string with get, set
Public Property FileAttachments As String

プロパティ値

電子メール メッセージに添付されたファイルの名前です。

適用対象