ImapBodyStructureIsMultipart Property |
Indicates if the MIME part is multipart.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool IsMultipart { get; }
Public ReadOnly Property IsMultipart As Boolean
Get
Property Value
Type:
Booleantrue if the MIME part is multipart; otherwise,
false.
RemarksIf the part is multipart, the developer can use
SubParts property
to access nested parts of this part.
See Also