MimePart.IsMultipart property

The IsMultipart property gets a bool that indicates whether this MimePart object represents a multipart Multipurpose Internet Mail Extensions (MIME) part.

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

Syntax

'Declaration
Public ReadOnly Property IsMultipart As Boolean
    Get
'Usage
Dim instance As MimePart
Dim value As Boolean

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

Property value

Type: System.Boolean

See also

Reference

MimePart class

MimePart members

Microsoft.Exchange.Data.Mime namespace