LoadMessageStructure
LoadMessageStructure
Loads the message structure and search text body and html body parts’ indexes
Returns: void Aspose::Email::
LoadMessageStructure(System::SharedPtr < Clients::Imap::Commands::BodyStructureMultiPart > bodyStructure, System::SharedPtr < Clients::Imap::Commands::BodyStructurePart > & textBodyPart, System::SharedPtr < Clients::Imap::Commands::BodyStructurePart > & htmlBodyPart)
| Parameter | Description |
|---|---|
| bodyStructure | A BodyStructureMultiPart containing the message structure |
| textBodyPart | An index of found text body |
| htmlBodyPart | An index of found html body |