_Inspector.SetSchedulingStartTime Method

Sets the start time for a meeting item in the free/busy grid on the Scheduling Assistant tab of the inspector.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Sub SetSchedulingStartTime ( _
    Start As DateTime _
)
'Usage
Dim instance As _Inspector
Dim Start As DateTime

instance.SetSchedulingStartTime(Start)
[DispIdAttribute()]
void SetSchedulingStartTime(
    DateTime Start
)

Parameters

  • Start
    Type: System.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.

See Also

Reference

_Inspector Interface

_Inspector Members

Microsoft.Office.Interop.Outlook Namespace