Closed markb-trustifi closed 10 months ago
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtaginternetmessageid-canonical-property https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxtnef/c0c97914-13b1-4a2b-9daf-56a833d433f6
Right now to obtain it we have to regex headers or enable rawProps and filter property with tag 1035001f which is not convenient.
headers
rawProps
1035001f
Thanks for reporting. @kenjiuno/msgreader@1.22.0-beta1 has been published.
@kenjiuno/msgreader@1.22.0-beta1
messageId is available.
messageId
FieldsData | @kenjiuno/msgreader - v1.22.0-beta1
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtaginternetmessageid-canonical-property https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxtnef/c0c97914-13b1-4a2b-9daf-56a833d433f6
Right now to obtain it we have to regex
headers
or enablerawProps
and filter property with tag1035001f
which is not convenient.