MsoEnvelope.EnvelopeShow Event
Occurs when the user interface (UI) that corresponds to the MsoEnvelope object is displayed.
Syntax
expression.EnvelopeShow
expression An expression that returns a MsoEnvelope object.
Remarks
The MsoEnvelope object provides access to functionality that lets you send documents as e-mail messages directly from Microsoft Office applications.
Example
The following example sets up event-handling routines for the MsoEnvelope object.
| Visual Basic for Applications |
|---|
|