Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if Microsoft Word marks the user's comments in email messages. Read/write Boolean.
Syntax
expression. MarkComments
expression An expression that returns an 'EmailOptions' object.
Remarks
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.
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.