ImapBodyStructureGetAllParts Method |
Returns this MIME part and all its subparts as a flat list.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ImapBodyStructureCollection GetAllParts()
Public Function GetAllParts As ImapBodyStructureCollection
Return Value
Type:
ImapBodyStructureCollectionA reference to the
ImapBodyStructureCollection object
containing body structures of the MIME part and all its sub-parts (including sub-sub-parts, etc).
Remarks The developer can use this method to get flat representation of the MIME parts tree.
This is useful when it's required to quickly iterate through all of the MIME parts (for instance,
to count all the attachments of the mail message).
See Also