_CalendarView.EndField Property

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

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

Syntax

'Declaration
<DispIdAttribute()> _
Property EndField As String
    Get
    Set
'Usage
Dim instance As _CalendarView
Dim value As String

value = instance.EndField

instance.EndField = value
[DispIdAttribute()]
string EndField { get; set; }

Property Value

Type: System.String

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.

See Also

Reference

_CalendarView Interface

_CalendarView Members

Microsoft.Office.Interop.Outlook Namespace