MarkCommentsWith 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