EmailSignature object (Word)

Contains information about the email signatures used by Microsoft Word when you create and edit email messages and replies.

Remarks

Use the EmailSignature property to return the EmailSignature object.

This example changes the signatures Word appends to new outgoing email messages and email message replies.

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

Note

There is no EmailSignatures collection; each EmailOptions object contains only one EmailSignature object.

See also

Word Object Model Reference

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.