Megosztás a következőn keresztül:


EmailMessage.Attachments Property

Definition

List of attachments. Please note that we limit the total size of an email request (which includes attachments) to 10MB.

public System.Collections.Generic.IList<Azure.Communication.Email.EmailAttachment> Attachments { get; }
member this.Attachments : System.Collections.Generic.IList<Azure.Communication.Email.EmailAttachment>
Public ReadOnly Property Attachments As IList(Of EmailAttachment)

Property Value

Applies to