EmailSignature.NewMessageSignature property (Word)

Returns or sets the signature that Microsoft Word appends to new email messages. Read/write String.

Syntax

expression. NewMessageSignature

expression An expression that returns an 'EmailSignature' object.

Remarks

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

Example

This example changes the signature Word appends to new outgoing email messages.

With Application.EmailOptions.EmailSignature 
 .NewMessageSignature = "Signature1" 
End With

See also

EmailSignature Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.