Handling forward button in the toolbar

N

Nagaraj

Hi All,

I am working on outllook 2007 with Visual Studio. When I open an existing
mail item and click Forward button the functionality is working fine.
But when I select an existing mail item and click Forward button in the
toolbar the functionality is not working.

Functionlity working fine means when i open a mail item, click forward
button add some text and click send button some dynamic text is appended to
the new text immediately

However when mail item is selected and forward button is clicked add some
text and click send button. Dynamic text is coming at the end of the
mail(bottom). In this case
mail_forward() method is not called immediately. where as in the first case
it is called immediately

Can anyone tell me how to get the same result in both places?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top