_ViewFont.Italic Property
Returns or sets a Boolean value (bool in C#) that indicates if the font is italicized in the ViewFont object. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property Italic As Boolean
Get
Set
'Usage
Dim instance As _ViewFont
Dim value As Boolean
value = instance.Italic
instance.Italic = value
bool Italic { get; set; }
Property Value
Type: System.Boolean