office js - Set custom header (x-header) on Outlook compose mail with JS addin -


i want set custom header in outlook outgoing mail using outlook js web addin. how can achieve this?

while mark's (@marklafleur) answer correct , indeed office.js api doesn't provide direct functionality manipulate transport layer headers, able achieve this. there 2 options available ...


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -