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