EmailSignatureEntries 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.
A collection of EmailSignatureEntry objects that represents all the e-mail signature entries available to Microsoft Word.
public interface class EmailSignatureEntries : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209E5-0000-0000-C000-000000000046")]
public interface EmailSignatureEntries : System.Collections.IEnumerable
type EmailSignatureEntries = interface
interface IEnumerable
Public Interface EmailSignatureEntries
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the EmailSignatureEntries property to return the EmailSignatureEntries collection. Use the Add(String, Range) method of the EmailSignatureEntries object to add an e-mail signature to Word.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[Object] |
Returns an individual object in a collection. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
Add(String, Range) |
Returns an EmailSignatureEntry object that represents a new e-mail signature entry. |
GetEnumerator() |