IMsoEnvelopeVB 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 IMsoEnvelopeVB
'Usage
Dim instance As IMsoEnvelopeVB
[GuidAttribute("000672AC-0000-0000-C000-000000000046")]
public interface IMsoEnvelopeVB

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

IMsoEnvelopeVB Members

Microsoft.Office.Core Namespace