EmailAttachment.IsInline Property

Definition

Gets or sets a Boolean property indicating if the attachment is included inline, in the body of the message.

public:
 property bool IsInline { bool get(); void set(bool value); };
bool IsInline();

void IsInline(bool value);
public bool IsInline { get; set; }
var boolean = emailAttachment.isInline;
emailAttachment.isInline = boolean;
Public Property IsInline As Boolean

Property Value

Boolean

bool

A Boolean property indicating if the attachment is included inline.

Windows requirements

App capabilities
email emailSystem

Applies to