javascript - Dialog API Office Add-in not works in Outlook 2016 -
i working on outlook web add-in, display sign-in page in dialog. used dialog api , works fine in owa(outlook web) not in outlook 2016 desktop (version - 1702).
office.context.ui.displaydialogasync('https://www.google.lk/', {height: 30, width: 20});
Comments
Post a Comment