Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Folders in Microsoft Exchange Programatically
Message
From
25/06/1998 13:59:53
 
 
To
09/06/1998 10:23:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00105841
Message ID:
00111648
Views:
18
>>>>To Whom it may Concern;
>>>>
>>>> I have a Visual Foxpro(ver 5.0) App That requires creating a specific directory sturcture on our Microsoft Exchange Server. In other words, as a New client is Added to our Business, the client requires a number of folders(and subfolders) to be created in Exchange that are specific for them only. I have looked through numberous articles, etc. but have found no solution. Any suggestions would be GREATLY Appreciated.
>>>>
>>>>Thanks!
>>>
>>>I know how to do it in Microsoft Outlook not in exchange. If it helps to you, tell me.
>>>Carlos
>>Dear Carlos ;
>>Any help that you can give me would be appreciated. Please send me what you have on this Subject... I have been looking all over for information on this subject, but have had no luck whatsoever.
>>Thanks
>>Rick
>
>
>app_out = createobject("outlook.application")
>lista_carpetas = app_out.GetNameSpace("MAPI") && folders area
>bandeja = lista_carpetas.GetDefaultFolder(6) && inbox folder
>bandeja.folders.add("pepito") && create a new folder
>release app_out && release object
>
>hope this helps. You can find much information about Visual basic for outlook in the file vbaout.hlp

Dear Carlos ;

The solution you sent got me started on the right path, however I can only create folders within my personal Folders, Not in the Public Folders area... Any clues on how to do that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform