D
Dwight Nelson
I would like to use VBScript to return the name of an
Exchange Mailbox with in an Appointment Item Form. I am
trying to assign the item.location field with the name of
the mailbox which is a member of the "other calendar"
section of outlook. The property I'm trying to return is
the caption of the sub-explorer right above where a
calendar is displayed. For example: if I have my
personal exchange calendar open and have another user's
calendar open side-by-side, there is a caption above each
calendar. My calendar's caption is just "calendar".
However the other user's calendar is listed as the
mailbox name or the other user's name. Does anybody know
how to return this caption?
By the way, I have used the following code in Outlook
2002 with success since the other users calendar opened
in a new window.
Item.location = Application.ActiveExplorer.Caption
However in 2003, the caption is of the overall outlook
window.
Thanks,
Dwight Nelson
Exchange Mailbox with in an Appointment Item Form. I am
trying to assign the item.location field with the name of
the mailbox which is a member of the "other calendar"
section of outlook. The property I'm trying to return is
the caption of the sub-explorer right above where a
calendar is displayed. For example: if I have my
personal exchange calendar open and have another user's
calendar open side-by-side, there is a caption above each
calendar. My calendar's caption is just "calendar".
However the other user's calendar is listed as the
mailbox name or the other user's name. Does anybody know
how to return this caption?
By the way, I have used the following code in Outlook
2002 with success since the other users calendar opened
in a new window.
Item.location = Application.ActiveExplorer.Caption
However in 2003, the caption is of the overall outlook
window.
Thanks,
Dwight Nelson