Email2PdfRequest.MergeAttachments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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