_TimelineView.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 TimelineView 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 _TimelineView
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 TimelineView 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

_TimelineView Interface

_TimelineView Members

Microsoft.Office.Interop.Outlook Namespace