MsoEnvelope 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.
Provides access to functionality that lets you send documents as emails directly from Microsoft Office applications.
public interface class MsoEnvelope : Microsoft::Office::Core::IMsoEnvelopeVB, Microsoft::Office::Core::IMsoEnvelopeVBEvents_Event
[System.Runtime.InteropServices.Guid("000672AC-0000-0000-C000-000000000046")]
public interface MsoEnvelope : Microsoft.Office.Core.IMsoEnvelopeVB, Microsoft.Office.Core.IMsoEnvelopeVBEvents_Event
[<System.Runtime.InteropServices.Guid("000672AC-0000-0000-C000-000000000046")>]
type MsoEnvelope = interface
interface IMsoEnvelopeVB
interface IMsoEnvelopeVBEvents_Event
Public Interface MsoEnvelope
Implements IMsoEnvelopeVB, IMsoEnvelopeVBEvents_Event
- Derived
- Attributes
- Implements
Remarks
Use the MailEnvelope property of the Document object, Chart object or Worksheet object (depending on the application you are using) to return an MsoEnvelope object.
Properties
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) |
Methods
Events
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) |