Email 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 an e-mail message.
public interface class Email
[System.Runtime.InteropServices.Guid("000209DD-0000-0000-C000-000000000046")]
public interface Email
type Email = interface
Public Interface Email
- Attributes
Remarks
There is no Emails collection; each Document object contains only one Email object.
Use the Email property to return the Email object. The Email object and its properties are valid only if the active document is an unsent forward, reply, or new e-mail message.
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. |
CurrentEmailAuthor |
Returns a EmailAuthor object that represents the author of the current e-mail message. |
Parent |
Returns an object that represents the parent object of the specified object. |