Envelope.Address Property
Returns the envelope delivery address as a Range object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Address As Range
Get
'Usage
Dim instance As Envelope
Dim value As Range
value = instance.Address
Range Address { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Range
Remarks
An error occurs if you use this property when there hasn't been an envelope added to the specified document.