Email2PdfRequest.MergeAttachments Property

Definition

Whether attachments should be converted to PDF and included in the output file

[System.Text.Json.Serialization.JsonPropertyName("mergeAttachments")]
public bool? MergeAttachments { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("mergeAttachments")>]
member this.MergeAttachments : Nullable<bool> with get, set
Public Property MergeAttachments As Nullable(Of Boolean)

Property Value

Attributes

Applies to