I wanted to know whether there is any interface / method / way
available in mapi to know the connection mode TCP/IP or RPC once the
profile is properly configured and connected to exchange server
server.
Thanks,
Neeraj
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Neeraj Sathe" <neeraj....@gmail.com> wrote in message
news:0182b0fa-c53c-451e...@z4g2000yqa.googlegroups.com...
Yes, my application can create both type of profiles RPC / ROH but the
real issue is sometimes even after setting ROH flags in the profile
the connection falls back to RPC automatically.
My question is how do I determine if the profile in execution is
connected to exchange server using RPC/ROH. Is there any interface /
function available in mapi through which I can query some property
which can tell me the connection mode.
Are you saying that I should look into the global profile section for
PR_ROH_xxx flag values once the profile is successfully connected to
exchange server. Is there any specific PR_ROH property which can tell
me exactly if the profile is connected using ROH and not RPC.
Thanks,
Neeraj
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Neeraj Sathe" <neeraj....@gmail.com> wrote in message
news:346d087f-2a06-4704...@e7g2000yqf.googlegroups.com...
I want to provide "Connection Status" functionality same as MS Outlook
provides in my application. Is there any way by which I can poll for
connection mode of the profile that is being used so that I can report
the connection mode changes that occur dynamically to the application
user.