次の方法で共有


EmailMessage.Attachments プロパティ

定義

添付ファイルの一覧。 メール要求の合計サイズ (添付ファイルを含む) は 10 MB に制限されることに注意してください。

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)

プロパティ値

適用対象