A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Automate Public Folder Creation



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 15th 06, 04:41 PM posted to microsoft.public.outlook.program_vba
John Mc Cabe
external usenet poster
 
Posts: 1
Default Automate Public Folder Creation

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  
Old August 16th 06, 05:01 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Automate Public Folder Creation

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 08:28 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.