EmailSignatureEntry Interface

Represents a single e-mail signature entry.

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

Syntax

'Declaration
<GuidAttribute("000209E6-0000-0000-C000-000000000046")> _
Public Interface EmailSignatureEntry
'Usage
Dim instance As EmailSignatureEntry
[GuidAttribute("000209E6-0000-0000-C000-000000000046")]
public interface EmailSignatureEntry

Remarks

The EmailSignatureEntry object is a member of the EmailSignatureEntries collection. The EmailSignatureEntries collection contains all the e-mail signature entries available to Microsoft Word.

Use EmailSignatureEntries(index), where index is the e-mail 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.

See Also

Reference

EmailSignatureEntry Members

Microsoft.Office.Interop.Word Namespace