EmailOptions.MarkComments 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.
Determines if Microsoft Word marks the user's comments in e-mail messages.
public:
property bool MarkComments { bool get(); void set(bool value); };
public bool MarkComments { get; set; }
member this.MarkComments : bool with get, set
Public Property MarkComments As Boolean
Property Value
Remarks
This property returns True if Word marks the user's comments in e-mail messages, and False if not.
This property marks comments with the value of the MarkCommentsWith property. The default value of the MarkCommentsWith property is the value of the UserName property.