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?
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?