S
Sandeep K
Hi,
I am using RDOMail object to retrieve email data and setting user
properties. RDOMail object works fine in the main thread, 'ThisAddin thread',
(I am creating VSTO Add-in) but when I use same RDOObject in the worker
thread all function calls on the RDOMail object in debugger evaluates to
error "Function evaluation disabled because a previous function evaluation
timed out. You must continue execution to reenable function evaluation.".
Any clue how can i use RDOMail object in worker thread which is different
thread than ThisAddin thread.
I am using RDOMail object to retrieve email data and setting user
properties. RDOMail object works fine in the main thread, 'ThisAddin thread',
(I am creating VSTO Add-in) but when I use same RDOObject in the worker
thread all function calls on the RDOMail object in debugger evaluates to
error "Function evaluation disabled because a previous function evaluation
timed out. You must continue execution to reenable function evaluation.".
Any clue how can i use RDOMail object in worker thread which is different
thread than ThisAddin thread.