_ViewFont.Underline Property
Returns or sets a Boolean (bool in C#) value that indicates if the font is underlined 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 Underline As Boolean
Get
Set
'Usage
Dim instance As _ViewFont
Dim value As Boolean
value = instance.Underline
instance.Underline = value
[DispIdAttribute()]
bool Underline { get; set; }
Property Value
Type: System.Boolean