Document.MailEnvelope Property
Word Developer Reference |
Returns an MsoEnvelope object that represents an e-mail header for a document.
Syntax
expression.MailEnvelope
expression An expression that returns a Document object.
Example
This example sets the comments for the e-mail header of the active document.
Visual Basic for Applications |
---|
|
See Also