OlAppointmentTimeField Enumeration

Specifies the time field in an appointment that the control is bound to.

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

Syntax

'Declaration
<GuidAttribute("BA5537F4-8941-4E26-871E-0D53D647B9FC")> _
Public Enumeration OlAppointmentTimeField
'Usage
Dim instance As OlAppointmentTimeField
[GuidAttribute("BA5537F4-8941-4E26-871E-0D53D647B9FC")]
public enum OlAppointmentTimeField

Members

Member name Description
olAppointmentTimeFieldNone The control is not bound.
olAppointmentTimeFieldStart The control is bound to the start time of the appointment.
olAppointmentTimeFieldEnd The control is bound to the end time of the appointment.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace