Envelope.ReturnAddress Property
Word Developer Reference |
Returns a Range object that represents the envelope return address.
Syntax
expression.ReturnAddress
expression Required. A variable that represents an Envelope object.
Remarks
An error occurs if you use this property before adding an envelope to the document.
Example
This example displays the return address if an envelope has been added to the active document; otherwise, a message box is displayed.
Visual Basic for Applications |
---|
|
See Also