Share via


MimeReader.IsInline Property

The IsInline property gets a Boolean value that indicates whether the current part is an inline attachment.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property IsInline As Boolean
    Get
'Usage
Dim instance As MimeReader
Dim value As Boolean

value = instance.IsInline
public bool IsInline { get; }

Property Value

Type: System.Boolean