![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi
is the a script available to automate the creation of a public folder hierachy. We have over 300 folders to create which then in turn has to be linked to sharepoint folders but i would be quite happy if i could first get a script to create the public folder hierachy as it is pretty much the same just with different headings under each section Thanks in advance! John |
Ads |
#2
|
|||
|
|||
![]()
I'm assuming you want to list various SharePoint Contacts and Events Lists
from numerous WSS Sites into some semblance of a hierarchy in Outlook? Yes, this is possible, but with some caveats. The main limitation is that you can only link Contacts and Events Lists (unless you are using SharePoint 2007 and Outlook 2007) to Outlook. The second limitation is that you can't organize linked SharePoint Lists in the SharePoint Folders hierarchy within Outlook. You're stuck with a flat listing because this entire .pst store is read-only and you can't create nor move folders. Lastly, and probably the biggest hurdle to automation, is that the only way I know to link these folders automatically without user action by using code is to use the StssyncHandler Control using the stssync Protocol (see link below). This control can basically add this folder to Outlook by clicking on a link that you generate, but you will always get a dialog requesting confirmation of this action! So if you wanted to automatically add 300 folders, the user would have to click OK 300 times (unless you used a clunky programming mechanism like SendKeys). stssync Protocol: http://msdn.microsoft.com/library/en...asp?frame=true -- Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "John Mc Cabe" wrote: Hi is the a script available to automate the creation of a public folder hierachy. We have over 300 folders to create which then in turn has to be linked to sharepoint folders but i would be quite happy if i could first get a script to create the public folder hierachy as it is pretty much the same just with different headings under each section Thanks in advance! John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
activate contact folder from public folder with "show this folder as email address book using a prf file | Frankie K. | Outlook - Using Contacts | 7 | July 25th 06 06:37 PM |
How do i sync my public folder with my private folder? | Chayne | Outlook - Calandaring | 1 | June 28th 06 03:51 PM |
Need a way to automate profile creation for 1500 Outlook 2003 User | Alex | Outlook and VBA | 1 | April 11th 06 02:54 AM |
Public Folder Permission | [email protected] | Outlook - Calandaring | 0 | April 6th 06 10:57 PM |
Automate mail account creation? | Doug | Outlook - Installation | 2 | February 8th 06 07:03 PM |