Share via


EmailMessage.Attachments 속성

정의

파일 첨부 파일 목록을 개체로 EmailAttachment 가져오거나 설정합니다.

public:
 property System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::Communication::EmailAttachment ^> ^ Attachments { System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::Communication::EmailAttachment ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::Communication::EmailAttachment ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Maui.ApplicationModel.Communication.EmailAttachment>? Attachments { get; set; }
member this.Attachments : System.Collections.Generic.List<Microsoft.Maui.ApplicationModel.Communication.EmailAttachment> with get, set
Public Property Attachments As List(Of EmailAttachment)

속성 값

적용 대상