Application.Quit Method

Outlook Developer Reference

Closes all currently open windows.

Syntax

expression.Quit

expression   An expression that returns an Application object.

Remarks

The associated Outlook session is closed completely; the user is logged out of the messaging system and any changes to items not already saved are discarded.

See Also