Envelope.ReturnAddressStyle Property
Returns a Style object that represents the return address style for the envelope.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ReturnAddressStyle As Style
Get
'Usage
Dim instance As Envelope
Dim value As Style
value = instance.ReturnAddressStyle
Style ReturnAddressStyle { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Style
Remarks
If an envelope is added to the document, text formatted with the Envelope Return style is automatically updated.