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

client script



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 29th 07, 02:47 AM posted to microsoft.public.outlook.program_vba
SP_1[_2_]
external usenet poster
 
Posts: 4
Default client script

Hi

In Outlook 2003, to add new shortcuts, I would click on Go menu and select
Shortcuts to navigate to my groups of shortcuts, then I click on Add New
Shortcut to proceed.

I am able to put together a short VBA macro to add new shortcuts in Outlook
2003. This macro can be run on individual computers and effectively gets
the desired result on any PC with Outlook 2003 client.

Is it possible to get this done somehow on the Exchange server for all the
email accounts (or selected accounts) ?? Or perhaps, how can I centrally
deploy this script in a LAN environment ? I guess I'm trying to avoid going
from PC to PC and manually run the macro.

Please advise.
Thanks
Steve



Ads
  #2  
Old November 29th 07, 05:33 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default client script

Shortcuts are stored in the %appdata%\Microsoft\Outlook\Outlook.xml file. It
is conceivable that you can generate these shortcuts for use by other users,
but since these properties are not documented the chances of success are
minimal. The main issue is the use of IDs, and you'll probably be limited to
creating shortcuts for Public Folders only since they are commonly accessible
and would have the same ID for everyone.

One option is to create a custom form that you can e-mail to everyone with a
button that they can click that will run VBScript to generate the shortcuts
for them using the Outlook Object Model, rather than editing the XML file.

--
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/


"SP_1" wrote:

Hi

In Outlook 2003, to add new shortcuts, I would click on Go menu and select
Shortcuts to navigate to my groups of shortcuts, then I click on Add New
Shortcut to proceed.

I am able to put together a short VBA macro to add new shortcuts in Outlook
2003. This macro can be run on individual computers and effectively gets
the desired result on any PC with Outlook 2003 client.

Is it possible to get this done somehow on the Exchange server for all the
email accounts (or selected accounts) ?? Or perhaps, how can I centrally
deploy this script in a LAN environment ? I guess I'm trying to avoid going
from PC to PC and manually run the macro.

Please advise.
Thanks
Steve




  #3  
Old November 29th 07, 07:02 PM posted to microsoft.public.outlook.program_vba
SP_1[_3_]
external usenet poster
 
Posts: 3
Default client script

Thank you for your insights. I will check out the xlm file as well as the
custom form.

I have never done forms before; although, I have read some about them.
Let's pretend that I'm one of your users, and you already have the form
ready for me to use. Could you lay out the steps for me to open and run the
form ? I would like to have an idea how user-friendly the form use can be.

Thank you again
Steve



"Eric Legault [MVP - Outlook]" wrote in
message ...
Shortcuts are stored in the %appdata%\Microsoft\Outlook\Outlook.xml file.
It
is conceivable that you can generate these shortcuts for use by other
users,
but since these properties are not documented the chances of success are
minimal. The main issue is the use of IDs, and you'll probably be limited
to
creating shortcuts for Public Folders only since they are commonly
accessible
and would have the same ID for everyone.

One option is to create a custom form that you can e-mail to everyone with
a
button that they can click that will run VBScript to generate the
shortcuts
for them using the Outlook Object Model, rather than editing the XML file.

--
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/


"SP_1" wrote:

Hi

In Outlook 2003, to add new shortcuts, I would click on Go menu and
select
Shortcuts to navigate to my groups of shortcuts, then I click on Add New
Shortcut to proceed.

I am able to put together a short VBA macro to add new shortcuts in
Outlook
2003. This macro can be run on individual computers and effectively gets
the desired result on any PC with Outlook 2003 client.

Is it possible to get this done somehow on the Exchange server for all
the
email accounts (or selected accounts) ?? Or perhaps, how can I centrally
deploy this script in a LAN environment ? I guess I'm trying to avoid
going
from PC to PC and manually run the macro.

Please advise.
Thanks
Steve





 




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
Outlk 2k3 Script: Saving Excel File programticaly from OUTLOOK SCRIPT news.microsoft.com Outlook and VBA 3 November 22nd 06 04:33 PM
Run A SCRIPT - Select Script EMPTY mitupan116 Outlook and VBA 1 November 2nd 06 10:36 PM
How do I associate one client with another? client to accountant Buzz Bennett Outlook - Using Contacts 0 September 8th 06 12:35 AM
Rule 'run a script' not running my script [email protected] Outlook and VBA 3 May 30th 06 01:09 PM
"Run a script" rule triggers but script does not execute Trey Shaffer Outlook and VBA 7 April 8th 06 12:34 AM


All times are GMT +1. The time now is 09:03 AM.


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.