EmailOptions.MarkCommentsWith Property

Returns or sets the string with which Microsoft Word marks comments in e-mail messages.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property MarkCommentsWith As String
    Get
    Set
'Usage
Dim instance As EmailOptions
Dim value As String

value = instance.MarkCommentsWith

instance.MarkCommentsWith = value
string MarkCommentsWith { get; set; }

Property Value

Type: System.String

Remarks

The default value is the value of the UserName property.

See Also

Reference

EmailOptions Interface

EmailOptions Members

Microsoft.Office.Interop.Word Namespace