Share via


EmailOptions.NewColorOnReply 属性

定义

指定用户在答复电子邮件时是否需要为答复文本选择新颜色。

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

属性值

注解

此属性返回 True 以指定用户需要选择新颜色,否则返回 False

如果希望从 Microsoft Word 发送的回复电子邮件的文本与原始邮件文本的颜色不同,可使用 NewColorOnReply 属性。

适用于