EmailSignature.EmailSignatureEntries Property

Returns a EmailSignatureEntries object that represents the e-mail signature entries in Microsoft Word.

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

Syntax

'Declaration
ReadOnly Property EmailSignatureEntries As EmailSignatureEntries
    Get
'Usage
Dim instance As EmailSignature
Dim value As EmailSignatureEntries

value = instance.EmailSignatureEntries
EmailSignatureEntries EmailSignatureEntries { get; }

Property Value

Type: Microsoft.Office.Interop.Word.EmailSignatureEntries

Remarks

An e-mail signature is standard text that ends an e-mail message, such as your name and telephone number. Use the EmailSignatureEntries property to create and manage a collection of e-mail signatures that Word will use when creating e-mail messages.

See Also

Reference

EmailSignature Interface

EmailSignature Members

Microsoft.Office.Interop.Word Namespace