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; } |