EmailOptions.NewColorOnReply Property

Definition

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.

Applies to