EmailOptions.MarkComments Property
Determines if Microsoft Word marks the user's comments in e-mail messages.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property MarkComments As Boolean
Get
Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean
value = instance.MarkComments
instance.MarkComments = value
bool MarkComments { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if Word marks the user's comments in e-mail messages, and False if not.
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.