Envelope.Address 属性

定义

以 对象的形式 Range 返回信封送达地址。

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

属性值

注解

如果在未将信封添加到指定文档时使用此属性,则会发生错误。

适用于