EmailOptions.MarkComments Property

Definition

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.

Applies to