Basically, I'm attempting to work with MSG files and I want to know if these files are pretty standard across different mail servers... basically, is there an RFC on MSG files just like there is one for email addresses and other topics?
So options that I have figured it out are:
msg file format
icalendar format
I guess I can be a bit more specific to get a better understanding of what I need. I am scanning an Exchange mailbox and saving out the tasks. So which format I should choose to download my tasks data from the backup so that I can directly export it to my exchange online and office 365 client.
For mails, I have used eml files format(.eml files are usually stored in rfc822 format)
For contacts, I have used Vcard to save data of contacts
For Calendar events, I have used ics format (icalendar).
Above all are not specific to microsoft.
So what should be the appropriate format for saving my Tasks so that I can export them directly into my account without much information loss of task.