M
Michael Bauer
Am Fri, 25 Nov 2005 12:51:45 -0800 schrieb news.microsoft.com:
You can use CDO and read the Session.Name property. CDO is an optional
installation from your Office CD.
Sample:
Dim oSess As MAPI.Session
Set oSess = CreateObject("MAPI.Session")
oSess.LogOn , , False, False, , True
Debug.Print oSess.Name
You can use CDO and read the Session.Name property. CDO is an optional
installation from your Office CD.
Sample:
Dim oSess As MAPI.Session
Set oSess = CreateObject("MAPI.Session")
oSess.LogOn , , False, False, , True
Debug.Print oSess.Name