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