J
Jenny Tam
Hi,
We want to create an Outlook COM Add-in using Visual C++ to work in
both Outlook 2000 and XP. This COM Add-in allows the user to export
any email message to our SQL Server database (either a selected
message from Explorer or a message in Active Inspector). The project
team really wants to know whether the followings are possible:
1. Modify the right-click context menu of a message item to add our
Export button among Reply, Reply All, Mark as Read, etc.
2. Add an icon column in Outlook Explorer (similar to Importance or
Flag Status) such that
(a) the user will see our custom icon for the exported messages
(b) the user can sort the messages by this icon column
3. When the user views the message, the information bar should display
something like 'You exported this message on 7/15/2003 4:30 PM'. This
is similar to that after you reply or forward a message.
4. Replace the default 'i' in a blue circle icon with our custom icon
in that the information bar.
5. Add "Click here to see more information" in the information bar
such that when the info bar is clicked, it brings up a message box to
display more details to the export action.
Developing custom forms may be an answer to our problem. However, can
we design custom forms (new fields, actions, etc.) programmatically in
the COM add-in? How do we distribute/publish our custom forms to the
users so that they can get our custom forms/fields/actions?
If we can actually create and use custom forms programmatically, are
there any known issues of using custom forms? We know that when
customizing Outlook forms, there are some areas where a customized
form may not behave like a standard Outlook form. In our situation,
what are the known areas that will not behave as usual if custom forms
are used?
Thank you very much for any hints or suggestions,
Jenny
We want to create an Outlook COM Add-in using Visual C++ to work in
both Outlook 2000 and XP. This COM Add-in allows the user to export
any email message to our SQL Server database (either a selected
message from Explorer or a message in Active Inspector). The project
team really wants to know whether the followings are possible:
1. Modify the right-click context menu of a message item to add our
Export button among Reply, Reply All, Mark as Read, etc.
2. Add an icon column in Outlook Explorer (similar to Importance or
Flag Status) such that
(a) the user will see our custom icon for the exported messages
(b) the user can sort the messages by this icon column
3. When the user views the message, the information bar should display
something like 'You exported this message on 7/15/2003 4:30 PM'. This
is similar to that after you reply or forward a message.
4. Replace the default 'i' in a blue circle icon with our custom icon
in that the information bar.
5. Add "Click here to see more information" in the information bar
such that when the info bar is clicked, it brings up a message box to
display more details to the export action.
Developing custom forms may be an answer to our problem. However, can
we design custom forms (new fields, actions, etc.) programmatically in
the COM add-in? How do we distribute/publish our custom forms to the
users so that they can get our custom forms/fields/actions?
If we can actually create and use custom forms programmatically, are
there any known issues of using custom forms? We know that when
customizing Outlook forms, there are some areas where a customized
form may not behave like a standard Outlook form. In our situation,
what are the known areas that will not behave as usual if custom forms
are used?
Thank you very much for any hints or suggestions,
Jenny