EmailOptions.ComposeStyle Property
Returns a Style object that represents the style used to compose new e-mail messages.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ComposeStyle As Style
Get
'Usage
Dim instance As EmailOptions
Dim value As Style
value = instance.ComposeStyle
Style ComposeStyle { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Style