Envelope.ReturnAddress Property

Returns a Range object that represents the envelope return address.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property ReturnAddress As Range
    Get
'Usage
Dim instance As Envelope
Dim value As Range

value = instance.ReturnAddress
Range ReturnAddress { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Range

Remarks

An error occurs if you use this property before adding an envelope to the document.

See Also

Reference

Envelope Interface

Envelope Members

Microsoft.Office.Interop.Word Namespace