Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create folder in outlook automation
Message
 
 
To
11/10/2010 00:05:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01484646
Message ID:
01484683
Views:
32
>i did a search and found what i was looking for once i saw your 'add' since- my previous search 'create' turned up nothing. It's all in a word. This works very well now -- thanks for the help naomi - k
>
>Local oOutlook,oNameSpace,oNewFolder
>oOutlook=CREATEOBJECT('outlook.application')
>oNameSpace=oOutlook.GetNamespace('mapi')
>oNewFolder=oNameSpace.Folders(2).Folders.Add('myNewFolder')  && This will create a folder in the Personal folders' directory of Outlook. 
>
>http://www.tek-tips.com/faqs.cfm?fid=3894
>
You're welcome.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform