EmailOptions.NewColorOnReply Property
Specifies whether a user needs to choose a new color for reply text when replying to e-mail.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NewColorOnReply As Boolean
Get
Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean
value = instance.NewColorOnReply
instance.NewColorOnReply = value
bool NewColorOnReply { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True to specify that a user needs to choose a new color, and False if not.
Use the NewColorOnReply property if you want the reply text of e-mail messages sent from Microsoft Word to be a different color than the original message.