Platform SDK: Exchange Server |
The Activate method activates a Schedule+ window.
Schedule object
objSchedule.Activate StartDateTime, EndDateTime, TableSelect, ItemIdSelect
To activate the Contacts window, use the string "Contacts" for the TableSelect parameter. For example:
objSchedule.Activate Now, Now, "Contacts", objContact.ItemId
If TableSelect is passed in, ItemIdSelect must also be passed in.