简体   繁体   中英

How can I insert or get content control, Outlook Web Add-in JavaScript?

在Word Web加载项中,我可以通过context.document.getSelection().insertContentControl()插入内容控件,并通过context.document.contentControls获得所有控件,如何在Outlook Web Add-in中做到这一点?

Content Controls are exclusive to Word. Outlook uses either HTML or plain text.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM