_CalendarView.BoldDatesWithItems Property
Returns or sets a Boolean (bool in C#) value that indicates whether days that contain Outlook items should be displayed in bold within the Date Navigator for the CalendarView object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property BoldDatesWithItems As Boolean
Get
Set
'Usage
Dim instance As _CalendarView
Dim value As Boolean
value = instance.BoldDatesWithItems
instance.BoldDatesWithItems = value
[DispIdAttribute()]
bool BoldDatesWithItems { get; set; }
Property Value
Type: System.Boolean