_Inspector.SetSchedulingStartTime(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the start time for a meeting item in the free/busy grid on the Scheduling Assistant tab of the inspector.
public:
void SetSchedulingStartTime(DateTime Start);
public void SetSchedulingStartTime (DateTime Start);
Public Sub SetSchedulingStartTime (Start As DateTime)
Parameters
- Start
- DateTime
The beginning of the time range that the Scheduling Assistant tab of the inspector displays free/busy times for meeting attendees.
Remarks
The object specified by the CurrentItem property of the parent Inspector object must be an AppointmentItem or MeetingItem. The Scheduling Assistant tab must be displayed in the inspector, otherwise Microsoft Outlook raises an error. If Outlook cannot display the Scheduling Assistant tab for that item type, Outlook displays the following error: The scheduling start time can only be set when the Scheduling Assistant is displayed on a meeting item.