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)

Usage

Public Class mailSignatureEntryImplementation
    Implements EmailSignatureEntry
End Class
Dim mailSignatureEntryImplementation1 As New mailSignatureEntryImplementation()

Syntax

Public Interface EmailSignatureEntry
public interface EmailSignatureEntry
public interface class EmailSignatureEntry
public interface EmailSignatureEntry
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

EmailSignatureEntry Members