SetViewContext problem

  • Thread starter Thread starter devayani.deosthali
  • Start date Start date
D

devayani.deosthali

hi all,

How is the view context of a form related with the IMAPIForm::DoVerb?
In my case, form viewer is calling DoVerb of my form with the same
context as set in SetViewContext.
I am facing an issue in which my form's
IMAPIViewContext::SetViewContext is being called with a NULL value and
then the IMAPIForm::ShutDownForm is getting called instead of calling
DoVerb.
I am using Outlook as the form viewer.
Can anyone tell me the scenarios in which this could happen?

Regards,

Devayani
 
I am still waiting for an answer to the question.Is this an issue with
Outlook?
My form server loads the form fine normally but when I have this
another add-in installed( name unspecified ),it gives me the issue
mentioned below.
My form gets loaded by an extension dll whereas the addin mentioned is
a COM add-in.The extension dll is also working fine.
Only when i double-click a message to load my form Outlook opens a
standard default form instead of my form( after calling ShutdownForm as
mentioned earlier ).
I believe that the COM-add-in also has got something to do with opening
of messages.
Both ( the extension dll and the COM add-in ) get loaded at the start
of the session.If i change the LoadBehavior of the COM add-in i can get
my form server working fine i.e. Outlook is able to call SetViewContext
with non-NULL view context and then calls DoVerb as well.

Please share your thoughts on this.
Or Has anyone faced a similar issue?

Regards
devayani
 
Back
Top