Compartilhar via


EmailMessage.Attachments Propriedade

Definição

Obtém ou define uma lista de anexos de arquivo como EmailAttachment objetos.

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)

Valor da propriedade

Aplica-se a