Hello,
For a Gmail ost/pst storage, when I read all items from PersonalStorage by FolderInfo.EnumerateMessages and get MessageInfo…EntryIdString I have the correct MessageClass.
But after PersonalStorage.ExtractMessage to stream and load to MapiMessage, I have different MessageClass.
In my case MessageInfo…EntryIdString will show correctly: IPM.Note.SMIME, IPM.Note.SMIME.MultipartSigned
But MapiMessage.MessageClass will show incorrectly: IPM.Note for both!
My storage:
Aust.Dev.Nerds@gmail.com.zip (77.4 KB)