EmailSignature Interface

Definition

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

public interface class EmailSignature
[System.Runtime.InteropServices.Guid("000209DC-0000-0000-C000-000000000046")]
public interface EmailSignature
type EmailSignature = interface
Public Interface EmailSignature
Attributes

Remarks

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

Use the EmailSignature property to return the EmailSignature object.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

EmailSignatureEntries

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

NewMessageSignature

Returns or sets the signature that Microsoft Word appends to new e-mail messages.

Parent

Returns an object that represents the parent object of the specified object.

ReplyMessageSignature

Returns or sets the signature that Microsoft Word appends to e-mail message replies.

Applies to