1👍
Well the MSG file format is defined here: https://msdn.microsoft.com/en-us/library/cc463912(v=exchg.80).aspx but like all microsoft documention it’s anything but readable. All you need to do is to write a bit of python code to produce a file that fits the given format.
👤e4c5
1👍
Why not create an EML file? It is MIME, so there are hundreds of libraries out there. Outlook will be able to open an EML file just fine.
In your particular case, create a MIME file with the vTodo MIME part as the primary MIME part.
- [Answered ]-Image file cut off when uploading to AWS S3 bucket via Django and Boto3
- [Answered ]-Website goes unresponsive after directing to https in nginx server
- [Answered ]-Django: TypeError: 'x' is an invalid keyword argument for this function
Source:stackexchange.com