Search code examples
vbaoutlook

Extract mail comments - cannot find method


I am creating a project to extract comments from mail messages in Outlook, however I can not find the method to access these.

Would you have any idea of how to do this?

Column and content to be extracted Column and content to be extracted


Solution

  • Try to extract the PR_COMMENT_W property. The DASL name is http://schemas.microsoft.com/mapi/proptag/0x3004001F. It should be accessed through the following method:

    MailItem.PropertyAccessor.GetProperty