MailLogoff Method [Excel 2003 VBA Language Reference]

Closes a MAPI mail session established by Microsoft Excel.

expression**.MailLogoff**

expression Required. An expression that returns an Application object.

Remarks

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

Example

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

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

Applies to | Application Object

See Also | MailLogon Method | MailSession Property | SendMail Method