Share via


EmailOptions.MarkCommentsWith Property (Word)

Returns or sets the string with which Microsoft Word marks comments in e-mail messages. Read/write String.

Syntax

expression .MarkCommentsWith

expression An expression that returns an EmailOptions object.

Remarks

The default value is the value of the UserName property.

Example

This example sets Word to mark comments in e-mail messages with the initials "WK."

Application.EmailOptions.MarkCommentsWith = "WK" 
Application.EmailOptions.MarkComments = True

See Also

Concepts

EmailOptions Object

EmailOptions Object Members