Rajnish_Suthar_Asite's avatar
Rajnish_Suthar_Asite
Brass Contributor
Jun 26, 2023
Status:
New

AutoOpen Outlook web add-in task pane functionally

We are using OnMessageSend LaunchEvent and we are trying to open web add-in when OnMessageSend Event fired but we are not able to open outlook add-in task pane functionally.

 

AutoOpen feature is still not available in outlook web add-in.

 

Please also check raised git ticket as below-

https://github.com/OfficeDev/office-js/issues/3445

 

Please consider this feature when you go through the planning process.

 

Thanks.

2 Comments

  • aaniceto's avatar
    aaniceto
    Copper Contributor

    Hi, this makes lots of sense. An action would trigger a check of sorts (weekday? weekend? is this the first email i'm sending today, etc etc...) and based on that we might want to show the taskpane (or not). The option to display the taskbar on event driven should be there (optionally).

     

    If you allow me to run code on event driven actions, how showing or not showing the task-pane makes that difference?

  • YevhenFomin's avatar
    YevhenFomin
    Copper Contributor

    I'm looking for functionality to autoOpen add-in panel when "OnNewMessageCompose" event is firing. Are you requesting something similar?