ImapBodyStructureIsMultipart Property |
Indicates if the MIME part is multipart.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsMultipart { get; }
Public ReadOnly Property IsMultipart As Boolean
Get
Property Value
Type:
Booleantrue 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