Detecting RPC over HTTP connection in Outlook

C

Chris

Does anyone know if there's a way to programmatically determine whether the
current Outlook session is connected to the Exchange server in RPC over HTTP
mode? I was hoping that the GetExchangeConnectionMode Outlook object method
would return a value that indicates this mode, but it appears that this is
not the case.

I know of the MAPI properties (PR_ROH_*) stored in the Global Profile
Section that describe how the RPC over HTTP settings are configured, however
these do not guarantee how Outlook will actually connect (e.g. when on a fast
connection, Outlook may be configured to connect by using TCP/IP).

Thanks in advance,
Chris
 
P

Peter Huang [MSFT]

Hi,

Currently I am researching the issue and we will reply here with more
information as soon as possible.
If you have any more concerns on it, please feel free to post here.

Thanks for your understanding!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
P

Peter Huang [MSFT]

Hi

Based on my discussion with an outlook expert, the Outlook OM did not
expose such an interface to get the underlying connection protocol.
To session, it did not care what the transportation do, it just send the
request to the underlying Transport protocol, and the outlook buildin
algorithm will decide the concrete approach.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top