MsoEnvelope Interface

Provides access to functionality that lets you send documents as emails directly from Microsoft Office applications.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000672AC-0000-0000-C000-000000000046")> _
Public Interface MsoEnvelope _
    Inherits IMsoEnvelopeVB, IMsoEnvelopeVBEvents_Event
'Usage
Dim instance As MsoEnvelope
[GuidAttribute("000672AC-0000-0000-C000-000000000046")]
public interface MsoEnvelope : IMsoEnvelopeVB, 
    IMsoEnvelopeVBEvents_Event

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.

See Also

Reference

MsoEnvelope Members

Microsoft.Office.Core Namespace