ImapBodyStructureSubParts Property |
Gets the collection of nested parts of the multipart MIME part.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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.
RemarksCertain 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