EmailAuthor.Style Property
Returns a Style object that represents the style associated with the current e-mail author for unsent replies, forwards, or new e-mail messages.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Style As Style
Get
'Usage
Dim instance As EmailAuthor
Dim value As Style
value = instance.Style
Style Style { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Style