MsoEnvelope Members
Include Protected Members
Include Inherited Members
Provides access to functionality that lets you send documents as emails directly from Microsoft Office applications.
The MsoEnvelope type exposes the following members.
Properties
Name | Description | |
---|---|---|
CommandBars | Returns a CommandBars collection. (Inherited from IMsoEnvelopeVB.) | |
Introduction | Sets or returns the introductory text that is included with a document that is sent using the MsoEnvelope object. The introductory text is included at the top of the document in the e-mail. (Inherited from IMsoEnvelopeVB.) | |
Item | Returns a MailItem object that can be used to send the document as an e-mail. (Inherited from IMsoEnvelopeVB.) | |
Parent | Returns the Parent object for the specified object. (Inherited from IMsoEnvelopeVB.) |
Top
Methods
Name | Description | |
---|---|---|
add_EnvelopeHide | Reserved for internal use. (Inherited from IMsoEnvelopeVBEvents_Event.) | |
add_EnvelopeShow | Reserved for internal use. (Inherited from IMsoEnvelopeVBEvents_Event.) | |
remove_EnvelopeHide | Reserved for internal use. (Inherited from IMsoEnvelopeVBEvents_Event.) | |
remove_EnvelopeShow | Reserved for internal use. (Inherited from IMsoEnvelopeVBEvents_Event.) |
Top
Events
Name | Description | |
---|---|---|
EnvelopeHide | Occurs when the user interface (UI) that corresponds to the MsoEnvelope object is hidden. (Inherited from IMsoEnvelopeVBEvents_Event.) | |
EnvelopeShow | Occurs when the user interface (UI) that corresponds to the MsoEnvelope object is displayed. (Inherited from IMsoEnvelopeVBEvents_Event.) |
Top