EmailSignatureEntries Interface

A collection of EmailSignatureEntry objects that represents all the e-mail signature entries available to Microsoft Word.

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

Syntax

'Declaration
<GuidAttribute("000209E5-0000-0000-C000-000000000046")> _
Public Interface EmailSignatureEntries _
    Inherits IEnumerable
'Usage
Dim instance As EmailSignatureEntries
[GuidAttribute("000209E5-0000-0000-C000-000000000046")]
public interface EmailSignatureEntries : IEnumerable

Remarks

Use the EmailSignatureEntries property to return the EmailSignatureEntries collection. Use the Add method of the EmailSignatureEntries object to add an e-mail signature to Word.

See Also

Reference

EmailSignatureEntries Members

Microsoft.Office.Interop.Word Namespace