EmailSignatureEntry Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single e-mail signature entry.
public interface class EmailSignatureEntry
[System.Runtime.InteropServices.Guid("000209E6-0000-0000-C000-000000000046")]
public interface EmailSignatureEntry
type EmailSignatureEntry = interface
Public Interface EmailSignatureEntry
- Attributes
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.
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. |
Index |
Returns an Integer that represents the position of an item in a collection. |
Name |
Returns or sets the name of the specified object. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
Delete() |
Deletes the specified object. |