_Application.MailSession Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the MAPI mail session number as a hexadecimal string (if there's an active session), or returns Null if there's no session.
public:
property System::Object ^ MailSession { System::Object ^ get(); };
public object MailSession { get; }
Public ReadOnly Property MailSession As Object
Property Value
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.