View Single Post
  #6  
Old February 17th 09, 03:08 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Showing scheduling page when opening appointment

You can use NameSpace.ExchangeConnectionMode. That returns a member of the
OlExchangeConnectionMode enum. The value olNoExchange (0) is returned if no
Exchange is being used.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Jeroen" wrote in message
...
Ok, I understand it.

Is it possible to see if Outlook has Exchange attached to it?

The i can disable the code and not get an error.


Ads