Extract single email message from PST/OST/OLM

Hello,
There is great info here:

Anyway I just need to get the list of email messages inside PST/OST/OLM with basic message properties like From, To, Subject and show it to the user.

Then at a second step, after user select one item, just extract that single email message, no multi/bulk extracts.

The question is that how to map the user selected item at extract time?

@australian.dev.nerds

Aspose.Email for .NET does not provide user interface to select or map a message. It is a class library. However, you can extract and get information of mail message from a PST file.

Please refer to the following article to extract the message from PST file and get the message information.
Working with Messages in a PST File

1 Like