Envelope.ReturnAddressStyle Property

Definition

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.

Applies to