_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
<DispIdAttribute()> _
Property BoldSubjects As Boolean
    Get
    Set
'Usage
Dim instance As _CalendarView
Dim value As Boolean

value = instance.BoldSubjects

instance.BoldSubjects = value
[DispIdAttribute()]
bool BoldSubjects { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_CalendarView Interface

_CalendarView Members

Microsoft.Office.Interop.Outlook Namespace