Envelope.DefaultOmitReturnAddress Property
Determines if the return address is omitted from envelopes by default.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DefaultOmitReturnAddress As Boolean
Get
Set
'Usage
Dim instance As Envelope
Dim value As Boolean
value = instance.DefaultOmitReturnAddress
instance.DefaultOmitReturnAddress = value
bool DefaultOmitReturnAddress { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the return address is omitted from envelopes by default, and False if not.