email-outlook-message-perl | reading Outlook .msg files | Email library
kandi X-RAY | email-outlook-message-perl Summary
kandi X-RAY | email-outlook-message-perl Summary
Email::Outlook::Message Perl module for reading Outlook .msg files
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of email-outlook-message-perl
email-outlook-message-perl Key Features
email-outlook-message-perl Examples and Code Snippets
Community Discussions
Trending Discussions on email-outlook-message-perl
QUESTION
I'm parsing a .msg file (using Apache POI), but I have trouble finding any official or published list of properties supported by Outlook. The best I could find are list used by few other projects that claim to have gotten some of it from a mapitags.h file.
Examples:
- https://github.com/mvz/email-outlook-message-perl/blob/master/lib/Email/Outlook/Message/Base.pm
- https://github.com/JoshData/convert-outlook-msg-file/blob/master/outlookmsgfile.py (which got it from https://github.com/mvz/email-outlook-message-perl/blob/master/mapitags.h)
For example, what is property 6001?
After looking around, I found Microsoft's published Mapitags.h (download here), it is mentioned as:
"6000 65FF User-defined non-transmittable property"
So is there no way of finding out what this property does? I'm looking for a bounceTo property, but it's not mentioned in any of these header files.
...ANSWER
Answered 2019-Apr-11 at 20:52There is no such list. Besides hundreds or even thousands of properties used by Outlook itself, store provides and third-party apps are free to use their own properties. See http://www.dimastr.com/redemption/utils.htm#xmapi for a short overview of the MAPI properties.
If you want to see properties set on an existing message or MSG file, use MFCMAPI or OutlookSpy.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install email-outlook-message-perl
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page