IMsoEnvelopeVB 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 IMsoEnvelopeVB
[System.Runtime.InteropServices.Guid("000672AC-0000-0000-C000-000000000046")]
public interface IMsoEnvelopeVB
[<System.Runtime.InteropServices.Guid("000672AC-0000-0000-C000-000000000046")>]
type IMsoEnvelopeVB = interface
Public Interface IMsoEnvelopeVB
- Derived
- Attributes
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. |
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. |
Item |
Returns a MailItem object that can be used to send the document as an e-mail. |
Parent |
Returns the Parent object for the specified object. |