_CalendarView.StartField Property
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.
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.