EmailAttachment.IsInline 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.
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
|