A
ameasure
Background: My workplace receives a large number of helpdesk emails.
To streamline the process I am trying to create a custom form that
behaves exactly like the default Outlook 2007 email reading and
replying forms except that when I open the emails the form parses the
message for key information, queries a database, and then displays the
result of that query in a text box to the right of the message body.
What I Did: I managed to create a IPM.Note custom form that uses
VBScript to parse the text and query the database, the part I can't
figure out is how to get it so my emails are opened with this form. I
assume this means setting it as the default form for my Inbox, however
it appears that I cannot do this with IPM.Note class forms.
Question: How do I need to alter my approach to accomplish my goal?
Alex
To streamline the process I am trying to create a custom form that
behaves exactly like the default Outlook 2007 email reading and
replying forms except that when I open the emails the form parses the
message for key information, queries a database, and then displays the
result of that query in a text box to the right of the message body.
What I Did: I managed to create a IPM.Note custom form that uses
VBScript to parse the text and query the database, the part I can't
figure out is how to get it so my emails are opened with this form. I
assume this means setting it as the default form for my Inbox, however
it appears that I cannot do this with IPM.Note class forms.
Question: How do I need to alter my approach to accomplish my goal?
Alex