I m adding attachments in outlook web addIn I want to open a new taskpane when I click the send button, how can I do I want to delete and upload attachments I can do it very easily on the desktop version
Asked
Active
Viewed 524 times
2 Answers
1
We do not support launching a taskpane via outlook web-addins when sending, however, we do support executing a javascript function during Send, which you can read about over here.
If you want to request for a feature for launching a taskpane, you can do that on our uservoice page. We consider our uservoice requests when going through our planning process.
Just curious, when you say you can do it easily on the desktop version, do you mean with the use of COM based add-ins?

Outlook Add-ins Team - MSFT
- 8,906
- 1
- 9
- 21
-
1@ Outlook Add-ins Team - MSFT, is this feature is incorporated in the outlook add-in opening of taskpane via js? – Rahul Gupta May 04 '21 at 14:03