_TimelineView.MaxLabelWidth Property
Returns or sets an Integer (int in C#) value that represents the maximum length (in characters) for the label of an Outlook item 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 MaxLabelWidth As Integer
Get
Set
'Usage
Dim instance As _TimelineView
Dim value As Integer
value = instance.MaxLabelWidth
instance.MaxLabelWidth = value
[DispIdAttribute()]
int MaxLabelWidth { get; set; }
Property Value
Type: System.Int32
Remarks
This property can be set to a value between 0 and 132. If this property is set to a value less than 0, it is set to 0. If this property is set to a value greater than 132, the property is set to 132. The default value for this property is 80.
If this property is set to 0, labels for Outlook items are not displayed in the view.