_CalendarView.BoldSubjects Property
Returns or sets a Boolean (bool in C#) value that indicates whether the subject information for Outlook items is displayed in bold within a CalendarView object. Read/write
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property BoldSubjects As Boolean
Get
Set
'Usage
Dim instance As _CalendarView
Dim value As Boolean
value = instance.BoldSubjects
instance.BoldSubjects = value
bool BoldSubjects { get; set; }
Property Value
Type: System.Boolean