PR_MESSAGE_SIZE

K

Kentucky

I am trying to obtian the PR_MESSAGE_SIZE Mapi property in a VBA program I am
writing. Does anyone know the funtions I need to use or have any sample code
which does this.
 
K

Kentucky

For this application I need to somehow obtain the size of the public folder
favourites.
 
D

Dmitry Streblechenko

So you need to read that property from the folder, not a message, right? In
that case you will need Extended MAPI (no VB or VBA), CDO 1.21 or Redemption
for that, Outlook Object Model won't let you do that.

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