Envelope.AddressStyle Property

Definition

Returns a Style object that represents the delivery address style for the envelope.

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

Property Value

Remarks

If an envelope is added to the document, text formatted with the Envelope Address style is automatically updated.

Applies to