ImapBodyStructureSubParts Property |
Gets the collection of nested parts of the multipart MIME part.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ImapBodyStructureCollection SubParts { get; }
Public ReadOnly Property SubParts As ImapBodyStructureCollection
Get
Property Value
Type:
ImapBodyStructureCollectionA reference to the
ImapBodyStructureCollection object containing
the immediate sub-parts of the given multipart MIME part, or a null reference
(
Nothing in Visual Basic) if the part is not multipart.
Remarks Certain sub-parts can also be multipart. The maximum number of nesting levels is not limited
(although it's usually is not larger than 5).
See Also