Outlook 2002 Security Model Workaround?

  • Thread starter Thread starter George Hester
  • Start date Start date
G

George Hester

Is there some way I can retrieve in VBA the value that you see if you do this in Outlook 2002:

Go to Personal Folders assuming you only have one in the folder tree. Right-click on it and choose Properties for Outlook Today. Then choose Advanced... on the General tab. Where it says "Comment" is there some way we can read what it says here using VBA in Outlook 2002? Thanks.
 
You can access PR_COMMENT using CDO or Redemption.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


Is there some way I can retrieve in VBA the value that you see if you do
this in Outlook 2002:

Go to Personal Folders assuming you only have one in the folder tree.
Right-click on it and choose Properties for Outlook Today. Then choose
Advanced... on the General tab. Where it says "Comment" is there some way
we can read what it says here using VBA in Outlook 2002? Thanks.
 
Back
Top