You can script that with the MAPIFolder.ShowAsOutlookAB property from the Outlook object model.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> You can script that with the MAPIFolder.ShowAsOutlookAB property from the Outlook object model.
Thanks a lot. To my surprise, even as a Unix instead of Windows Admin,
with this hint i was able to copy and paste an outlook macro together
to do this task. Now, trying to figure how to hand this to the users,
it seems there actually is no way to make this a - start this and
you'll be done - experience since probably i chose the wrong technique,
aka macro to do this. How can i make such a script work like a program
/ How can i make a script run this macro or what should it be instead
of a macro ?
Sue Mosher [MVP-Outlook] - 31 Oct 2006 18:55 GMT
It needs to be a script, e.g. using VBScript, not a VBA macro. If you want to make it easy, tell users to start Outlook, then run the script, which could be in a file hosted on a network server, in a web page (perhaps, depending on your browser and its security), etc.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>
>> You can script that with the MAPIFolder.ShowAsOutlookAB property from the Outlook object model.
[quoted text clipped - 7 lines]
> / How can i make a script run this macro or what should it be instead
> of a macro ?