Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.12 KB

Word.EmailSignature.NewMessageSignature.md

File metadata and controls

48 lines (28 loc) · 1.12 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
EmailSignature.NewMessageSignature property (Word)
vbawd10.chm165412967
vbawd10.chm165412967
Word.EmailSignature.NewMessageSignature
fed9f151-47b8-3e76-1764-b6e80bdbfb5e
06/08/2017
medium

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

[!includeSupport and feedback]