Envelope.Address Property

Definition

Returns the envelope delivery address as a Range object.

public:
 property Microsoft::Office::Interop::Word::Range ^ Address { Microsoft::Office::Interop::Word::Range ^ get(); };
public Microsoft.Office.Interop.Word.Range Address { get; }
member this.Address : Microsoft.Office.Interop.Word.Range
Public ReadOnly Property Address As Range

Property Value

Remarks

An error occurs if you use this property when there hasn't been an envelope added to the specified document.

Applies to