Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook automation by folder's name
Message
From
23/04/2003 22:54:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Outlook automation by folder's name
Miscellaneous
Thread ID:
00780973
Message ID:
00780973
Views:
45
Wouldn't it be a better way to make reference to an Outlook folder's name by using its name instead of an ID where we have to try one by one until we find the one we need?

I am using this presently but would like to get my folder by its name:
LOCAL loOutlook,loNS,loInbox
loOutlook=CREATEOBJECT('Outlook.Application')
loNS=loOutlook.GetNameSpace('MAPI')
loInbox=loNS.GetDefaultFolder(6)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform