EmailSignature.ReplyMessageSignature Property

Returns or sets the signature that Microsoft Word appends to e-mail message replies.

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

Syntax

'Declaration
Property ReplyMessageSignature As String
    Get
    Set
'Usage
Dim instance As EmailSignature
Dim value As String

value = instance.ReplyMessageSignature

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

Property Value

Type: System.String

Remarks

When setting this property, you must use the name of an e-mail signature that you have created in the E-mail Options dialog box, available from the General tab of the Options dialog box (Tools menu).

See Also

Reference

EmailSignature Interface

EmailSignature Members

Microsoft.Office.Interop.Word Namespace