次の方法で共有


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)

プロパティ値

適用対象