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

适用于