Skip to content

Commit

Permalink
Merge pull request #414 from stephenegriffin/attachexport
Browse files Browse the repository at this point in the history
Embedded Messages Not Exporting
  • Loading branch information
stephenegriffin authored Oct 15, 2020
2 parents 93f0748 + e3763bc commit e429f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mapi/processor/mapiProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ namespace mapi::processor
DoMessagePerAttachmentWork(lpMessage, lpData, &lpRows->aRow[iRow], lpAttach, i++);
// Check if the attachment is an embedded message - if it is, parse it as such!
const auto lpAttachMethod =
PpropFindProp(lpRows->aRow->lpProps, lpRows->aRow->cValues, PR_ATTACH_METHOD);
PpropFindProp(lpRows->aRow[iRow].lpProps, lpRows->aRow[iRow].cValues, PR_ATTACH_METHOD);

if (lpAttach && lpAttachMethod && ATTACH_EMBEDDED_MSG == lpAttachMethod->Value.l)
{
Expand Down

0 comments on commit e429f4c

Please sign in to comment.