![]() |
| 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. |
|
|||||||
| Tags: company, contacts, export, folder, public, script, vba |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
As part of a disaster recovery plan we're implementing, I need to export our
MS Exchange Public Folder "Company Contacts", zip it, and email it to a backup email address. Can anyone guide me in programming this so that I don't have to do it manually every day? I have modest VBA skills. Thank you for your help! -Clint Marshall |
| Ads |
|
#2
|
|||
|
|||
|
Unfortunately you cannot automate the Import/Export Wizard in Outlook. If
you want to export to a .pst you have to do it manually. However, there are ways that you can create a .pst and copy a folder to it using code. Even then you can't schedule a task to do this as running Outlook code in the context of a service is unsupported. -- Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Clint Marshall" wrote: As part of a disaster recovery plan we're implementing, I need to export our MS Exchange Public Folder "Company Contacts", zip it, and email it to a backup email address. Can anyone guide me in programming this so that I don't have to do it manually every day? I have modest VBA skills. Thank you for your help! -Clint Marshall |
|
#3
|
|||
|
|||
|
What format does the export need to be in? Is running this via a single
mouse click satisfactory, or does it have to run unattended? -- David Lee - MVP Outlook |
|
#4
|
|||
|
|||
|
A single mouse click would be a huge improvement over where we are today.
Unattended is better, but a single mouse click would make it dummy-proof and let others share the burden. Got an idea? "D.Lee" wrote in message ... What format does the export need to be in? Is running this via a single mouse click satisfactory, or does it have to run unattended? -- David Lee - MVP Outlook |
|
#5
|
|||
|
|||
|
Yes, I do. I need the answer to my other question though. What format does
the export need to be in? -- David Lee - MVP Outlook "Clint Marshall" wrote: Got an idea? |
|
#6
|
|||
|
|||
|
Sorry!
I'm importing the exported file into Outlook as a contacts list, so my guess is that a .pst file would be ideal, but perhaps another format will work just as well, or even better. That's the only real criteria... "D.Lee" wrote in message ... Yes, I do. I need the answer to my other question though. What format does the export need to be in? -- David Lee - MVP Outlook "Clint Marshall" wrote: Got an idea? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script to add public folder contact list to available address books | lucky130@gmail.com | Outlook - Using Contacts | 2 | December 23rd 06 07:06 PM |
| How do I export a PUBLIc FOLDER in OUTLOOK? | Terry B | Outlook - Using Contacts | 1 | July 19th 06 11:55 PM |
| Export Public Folder Contacts to Excel Directly | mfhau | Outlook - Using Contacts | 1 | May 6th 06 01:06 AM |
| export a public contact folder to excel? | mjb | Outlook - Using Contacts | 1 | January 20th 06 05:44 AM |
| Shared Company Calendar not updating - Public Folder | andy | Outlook - Calandaring | 3 | January 11th 06 11:55 PM |