RDOSession

  • Thread starter Thread starter ck
  • Start date Start date
C

ck

Hi Ken,

I tried RDOSession but the oFolder.Fields(&H30080040) value is = Empty.
Then i tried to change the name of the contact default folder to make sure
the folder really changed. Try again but oFolder.Fields(&H30080040) still
empty.

By the way, you commented that:

"use Application only in Outlook VBA, otherwise get Application object, then
get NameSpace."

Why Application only in Outlook VBA? I tried Application in VB6 Com Add-In
and it seems to work fine.

Thanks.
 
Do you see the changes in OutlookSpy (click IMAPIFolder, locate the
PR_LAST_MODIFICATION_TIME property) or MFCMAPI?

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

I didn't see the value PR_LAST_MODIFICATION_TIME property in IMAPIFolder.
According to Sue and Ken, the property doesn't existing in folder. Thanks.
 
It is exposed on the Exchange folders, but not the PST ones.
What exactly are you trying to do?

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