_ColumnFormat.Label Property
Returns or sets a String (string in C#) value that represents the column label and tooltip displayed for the property to which the ColumnFormat object is associated. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Label As String
Get
Set
'Usage
Dim instance As _ColumnFormat
Dim value As String
value = instance.Label
instance.Label = value
[DispIdAttribute()]
string Label { get; set; }
Property Value
Type: System.String
Remarks
For built-in Outlook properties, the default value for this property is the localized name of the property. For custom Outlook properties, the default value for this property is the name of the property.
The value of this property applies only to the tooltip for Outlook properties in which the column header is represented as an icon.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace