Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the MAPI mail session number as a hexadecimal string (if there's an active session), or returns null if there's no session. Read-only Variant.
Syntax
expression.MailSession
expression A variable that represents an Application object.
Remarks
This property applies only to mail sessions created by Microsoft Excel (it doesn't return a mail session number for Microsoft Mail).
This property isn't used on PowerTalk mail systems.
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.