_TimelineView.MaxLabelWidth 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 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.
public:
property int MaxLabelWidth { int get(); void set(int value); };
public int MaxLabelWidth { get; set; }
Public Property MaxLabelWidth As Integer
Property Value
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.