MailMessage.Attachments プロパティ

定義

メッセージと共に送信される添付ファイルのコレクションを指定します。

public:
 property System::Collections::IList ^ Attachments { System::Collections::IList ^ get(); };
public System.Collections.IList Attachments { get; }
member this.Attachments : System.Collections.IList
Public ReadOnly Property Attachments As IList

プロパティ値

IList オブジェクトのMailAttachmentコレクション。

適用対象