_ViewFont.Bold Property

Returns or sets a Boolean (bool in C#) value that indicates if the font is bold in the ViewFont object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property Bold As Boolean
    Get
    Set
'Usage
Dim instance As _ViewFont
Dim value As Boolean

value = instance.Bold

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

Property Value

Type: System.Boolean

See Also

Reference

_ViewFont Interface

_ViewFont Members

Microsoft.Office.Interop.Outlook Namespace