Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAPI Mail New and Old....
Message
From
12/02/2002 05:45:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
MAPI Mail New and Old....
Miscellaneous
Thread ID:
00618725
Message ID:
00618725
Views:
45
Hiya all...

I am using MAPI Mail (trying the old and the new versions of the download)... There is a method there to open the object and get the folders...

IF TYPE("oMail")!='O'
oMail=CREATEOBJECT("Outlook.Application")
ENDIF
loNameSpace= oMail.GetNameSpace("MAPI")
*-- Identified MAPI, now get the count of folders

DIMENSION aFolders[loNameSpace.Folders.Count]

But... when I check the aFolders, I only get 'Favorites' and 'Public'... why can't I see the inbox, sent items, etc..???

TIA

Ric
Next
Reply
Map
View

Click here to load this message in the networking platform