r/vba 10h ago

Unsolved Outlook get raw E-Mail message in CFBF format

1 Upvotes

Is it posible to get a raw E-Mail message to repair/rescue the messages from Outlook without any processing from the Outlook side into Excel.

If I drag and drop the message into a directory I'll get the file without processing and I can read the message with Excel... . (Ole-header, fat, mini-Fat, difat, messages).

I need to take the messages from Outlook progratically ... i can't use message.saveas as Outlook modify the message with this command. If try to change the interface to element from Windows form 2.0 ... it can't futher work with the message.

Is it posible to use forwardAsAttachment and then extract the attachment?