編集

次の方法で共有


MailMessage.Attachments Property

Definition

Specifies the collection of attachments that are transmitted with the message.

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

Property Value

An IList collection of MailAttachment objects.

Applies to