You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Outlook VBA it super easy to get MailItem by its ID:
<namespace>.GetItemFromID("0000000018FD0C285413D940BC11718278BB1271C4182000")
ID is obtained from Outlook.MailItem object's EntryID property.
How can I get this ID in libpst?
Original issue reported on code.google.com by [email protected] on 12 Jun 2014 at 11:33
Original issue reported on code.google.com by
[email protected]on 12 Jun 2014 at 11:33