Envelope.ReturnAddressStyle 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 a Style object that represents the return address style for the envelope.
public:
property Microsoft::Office::Interop::Word::Style ^ ReturnAddressStyle { Microsoft::Office::Interop::Word::Style ^ get(); };
public Microsoft.Office.Interop.Word.Style ReturnAddressStyle { get; }
member this.ReturnAddressStyle : Microsoft.Office.Interop.Word.Style
Public ReadOnly Property ReturnAddressStyle As Style
Property Value
Remarks
If an envelope is added to the document, text formatted with the Envelope Return style is automatically updated.