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)

Usage

Dim envelope1 As Envelope

Dim returnValue As Boolean
returnValue = envelope1.DefaultOmitReturnAddress

Dim sampleValue As Boolean
envelope1.DefaultOmitReturnAddress = sampleValue

Syntax

Property DefaultOmitReturnAddress() As Boolean
bool DefaultOmitReturnAddress {get; set;}
property Boolean DefaultOmitReturnAddress{
    Boolean get();
    Void set(Boolean);
}
public boolean get_DefaultOmitReturnAddress();
public void set_DefaultOmitReturnAddress(boolean);
function get DefaultOmitReturnAddress() : Boolean;
function set DefaultOmitReturnAddress(Boolean);

Remarks

This property returns True if the return address is omitted from envelopes by default, and False if not.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Envelope Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Envelope Members