Currently I am looking at calling "FindItems" and "LoadPropertiesForItems"
with different set of messages from two different threads on a
ExchangeService object.
Thanks
Devesh
the documentation does not state anything about thread-safety. But why do
you want to use only one instance? The object itself is not very resource
intensive. And the WebService stuff does use the ServicePointManager system
under the hood - this allows different calls to the same server to be pooled
on the same TCP connection. So you get the performance boost even when you
are using multiple ExchangeService instances.
Kind regards,
Henning Krause
"Devesh Sarwate" <Devesh....@gmail.com> wrote in message
news:#SWFwfq$JHA....@TK2MSFTNGP05.phx.gbl...