Envelope.Address Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.