Share via


Window2.MailEnvelope Property

Gets a reference to the MailEnvelopeObject object associated with the window that is represented by the WindowObject object.

Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in microsoft.office.interop.infopath.dll)

Syntax

'Declaration
'Usage

Remarks

The MailEnvelope object can be used only with the editing window types; if used with a designing window type, it will return an error. It will also return an error if no form is open in the form area.

Example

In the following example, the MailEnvelope property of the WindowObject object is used to set a reference to the MailEnvelopeObject object.

MailEnvelope myEnv = thisApplication.ActiveWindow.MailEnvelope;

See Also

Reference

Window2 Interface
Window2 Members
Microsoft.Office.Interop.InfoPath Namespace