EmailSignature.NewMessageSignature Property

Returns or sets the signature that Microsoft Word appends to new e-mail messages.

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

Syntax

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

value = instance.NewMessageSignature

instance.NewMessageSignature = value
string NewMessageSignature { 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