ImapBodyStructureIsMultipart Property
Indicates if the MIME part is multipart.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsMultipart { get; }

Property Value

Type: Boolean
true if the MIME part is multipart; otherwise, false.
Remarks
If the part is multipart, the developer can use SubParts property to access nested parts of this part.
See Also