Share via


EmailOptions.MarkCommentsWith Property

Word Developer Reference

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."

Visual Basic for Applications
  Application.EmailOptions.MarkCommentsWith = "WK"
Application.EmailOptions.MarkComments = True

See Also