Skip to content

Commit

Permalink
Point at MAPE property documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Dec 16, 2023
1 parent 63d76e0 commit 6238938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Email/Outlook/Message.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ our $skipheaders = {
"X-MS-Has-Attach"
};

# See https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/mapping-mapi-names-to-canonical-property-names
# for a list of properties.
our $MAP_SUBITEM_FILE = {
'1000' => "BODY_PLAIN", # Body
'1009' => "BODY_RTF", # Compressed-RTF version of body
Expand Down
1 change: 1 addition & 0 deletions lib/Email/Outlook/Message/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ my $ENCODING_DATE = '0040';

#
# Descriptions partially based on mapitags.h
# See also https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/mapping-mapi-names-to-canonical-property-names
#
our $skipproperties = {
# Envelope properties
Expand Down

0 comments on commit 6238938

Please sign in to comment.