Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook automation by folder's name
Message
 
 
To
23/04/2003 23:11:53
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00780973
Message ID:
00780979
Views:
26
>>For nondefault folder, you can use the Folders collection.
loInbox=loNS.GetDefaultFolder(ccOlFolderInbox)
>>oMFfolder = loInbox.Folders("Michel Fournier")
>
>This is good if the folder I created is under Inbox. But, those I created are under the root.

Try
oMFfolder = loNS.Folders("Michel Fournier")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform