MSG file is not creating properly with messege header

Trying to create MSG file using the below test application.
3.PNG (10.5 KB)

If am setting message header property MSG file is not getting created properly and getting error while opening in outlook
MSG.zip (2.6 MB)
.
It works fine without message header.
Please look into this issue.

@Shital_diwate,

Please change your code from:

        MapiProperty f_MapiProperty = new MapiProperty
                         (MapiPropertyTag.PR_TRANSPORT_MESSAGE_HEADERS,

to

        MapiProperty f_MapiProperty = new MapiProperty
                         (MapiPropertyTag.PR_TRANSPORT_MESSAGE_HEADERS_W,

to get this wroking.

It works.
My main concern is about this kind of regression.
While taking new updated library it is always a question for us what are the effects of this.
Considering this every time we have to test everything which is getting process by aspose library. Every time whenever we are taking updated DLL unexpected issues are coming which are working in the previous DLL and then we need to report to you.
Is the biggest concern for us.

@Shital_diwate,

If you have come across any such issue which was not present in the earlier release but exists with the new release of API, please share with us so that we can report it as regression for further investigation.

Sure.Will do.