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 컬렉션입니다.

적용 대상