EmailSignature Interface 

Contains information about the e-mail signatures used by Microsoft Word when you create and edit e-mail messages and replies.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class mailSignatureImplementation
    Implements EmailSignature
End Class
Dim mailSignatureImplementation1 As New mailSignatureImplementation()

Syntax

Public Interface EmailSignature
public interface EmailSignature
public interface class EmailSignature
public interface EmailSignature
public interface EmailSignature

Remarks

There is no EmailSignatures collection; each EmailOptions object contains only one EmailSignature object.

Use the EmailSignature property to return the EmailSignature object.

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

EmailSignature Members