Application.MailLogoff method (Excel)

Closes a MAPI mail session established by Microsoft Excel.

Syntax

expression.MailLogoff

expression A variable that represents an Application object.

Remarks

You cannot use this method to close or log off from Microsoft Mail.

Example

This example closes the established mail session if there is one.

If Not IsNull(Application.MailSession) Then Application.MailLogoff

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.