B
Bingo
My VB apps use the following code to log on and off:
m_oNsp.Logon "", "", True, True
m_oNsp.Logoff
set m_oNsp = Nothing
Both App1 and App2 are running. I then close App2. When
I close App1, the Logoff method actually loads the
Outlook profile window. If I take out the Logoff and
only set to Nothing, I do not have the problem. But the
Outlook is left in the memory.
Is it possible to keep the Outlook session if another app
is using it? Thanks.
m_oNsp.Logon "", "", True, True
m_oNsp.Logoff
set m_oNsp = Nothing
Both App1 and App2 are running. I then close App2. When
I close App1, the Logoff method actually loads the
Outlook profile window. If I take out the Logoff and
only set to Nothing, I do not have the problem. But the
Outlook is left in the memory.
Is it possible to keep the Outlook session if another app
is using it? Thanks.