EmailOptions.MarkCommentsWith property (Word)
Returns or sets the string with which Microsoft Word marks comments in email 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 email messages with the initials "WK."
Application.EmailOptions.MarkCommentsWith = "WK"
Application.EmailOptions.MarkComments = True
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.