Share via


EmailMessage.Attachments Property

Definition

Gets or sets a list of file attachments as EmailAttachment objects.

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)

Property Value

Applies to