MailBee.NET Objects 4.0

ImapBodyStructure.IsMultipart Property

Indicates if the MIME part is multipart.

public bool IsMultipart {get;}

Property Value

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

ImapBodyStructure Class | MailBee.ImapMail Namespace