Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.2 KB

Word.EmailSignatureEntry.md

File metadata and controls

38 lines (24 loc) · 1.2 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
EmailSignatureEntry object (Word)
vbawd10.chm2534
vbawd10.chm2534
Word.EmailSignatureEntry
a8cf11de-7a46-c609-3cd7-508e9ef91e09
06/08/2017
medium

EmailSignatureEntry object (Word)

Represents a single email signature entry. The EmailSignatureEntry object is a member of the EmailSignatureEntries collection. The EmailSignatureEntries collection contains all the email signature entries available to Word.

Remarks

Use EmailSignatureEntries (Index), where Index is the email signature entry name or item number, to return a single EmailSignatureEntry object. You must match exactly the spelling (but not necessarily the capitalization) of the name. The following example uses the Delete method to delete the signature entry named "Jeff Smith."

Sub DeleteSignature() 
 Application.EmailOptions.EmailSignature _ 
 .EmailSignatureEntries("jeff smith").Delete 
End Sub

See also

Word Object Model Reference

[!includeSupport and feedback]