Gets a value indicating whether this is inline attachment. Inline attachment is also known as linked or embedded resource, e.g. Image or CSS file referenced from the message body. False if the value is not known.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Property IsInline As Boolean
	Get
	Private Set
C#
public bool IsInline { get; private set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also