EmailOptions.NewColorOnReply Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether a user needs to choose a new color for reply text when replying to e-mail.
public:
property bool NewColorOnReply { bool get(); void set(bool value); };
public bool NewColorOnReply { get; set; }
member this.NewColorOnReply : bool with get, set
Public Property NewColorOnReply As Boolean
Property Value
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.