A
Alan
Hi All,
I am using OL2000 SP3.
I would like to have outlook automatically open my calendar in a
separate window whenever outlook is started.
This would be the automagical equivalent of right clicking on the
calendar in the folder list, and selecting 'open in new window'.
I have the following that displays it okay:
application.GetNamespace("MAPI").folders("Alan"). _
folders("Calendar").display
However, once that new explorer object is created and the calendar is
displayed therein, I also want to hide the folders on the left.
Two problems:
1) How to I refer to the explorer object? I cannot seem to use a set
command to assign the explorer object to a variable like this:
Set MyExp = application.GetNamespace("MAPI"). _
folders("Alan").folders("Calendar").display
2) Once I find out how to refer to the explorer object, how to I hide
the folders? Of course, this may be trivial once the first point is
resolved.
Thanks,
Alan.
I am using OL2000 SP3.
I would like to have outlook automatically open my calendar in a
separate window whenever outlook is started.
This would be the automagical equivalent of right clicking on the
calendar in the folder list, and selecting 'open in new window'.
I have the following that displays it okay:
application.GetNamespace("MAPI").folders("Alan"). _
folders("Calendar").display
However, once that new explorer object is created and the calendar is
displayed therein, I also want to hide the folders on the left.
Two problems:
1) How to I refer to the explorer object? I cannot seem to use a set
command to assign the explorer object to a variable like this:
Set MyExp = application.GetNamespace("MAPI"). _
folders("Alan").folders("Calendar").display
2) Once I find out how to refer to the explorer object, how to I hide
the folders? Of course, this may be trivial once the first point is
resolved.
Thanks,
Alan.