Can I access to Dom or File Blob from commands.js ( Outlook app on window ) #547
Replies: 1 comment
-
@khangnguyen1988 We use the Issues in this repo to track problems with the samples. For programming questions like yours, please raise the question at Microsoft 365 and tag it "Office Development". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to construct the email and post back to my server when user send it out. I got some trouble when manipulate the email body (dom traverse) and convert attachments. Everything work well on web version but for window app version I can not access to document object , create new file or blob from commands.js. I'm not sure if is there any way to support it for Window app.
Beta Was this translation helpful? Give feedback.
All reactions