_CalendarView.StartField Property

Definition

Returns or sets a String (string in C#) value that represents the name of the property that starts the time duration for Outlook items displayed in the CalendarView object. Read/write.

public:
 property System::String ^ StartField { System::String ^ get(); void set(System::String ^ value); };
public string StartField { get; set; }
Public Property StartField As String

Property Value

Remarks

The values of the StartField and EndField properties indicate which Outlook item properties are used by the CalendarView object to represent the duration of an Outlook item. Both custom and built-in properties can be specified, but only date/time properties are allowed.

Applies to