PDFFromEmailInput.ConvertAttachments Property

Definition

Set to false if you don’t want to convert attachments from the original email and want to embed them as original files (as embedded pdf attachments). Converts attachments that are supported by API (DOC, DOCx, HTML, PNG, JPG .etc) into PDF and merges into output final PDF. Non-supported file types are added as PDF attachments (Adobe Reader or another viewer may be required to view PDF attachments).

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

Property Value

Attributes

Applies to