Ivan_Sokolov
Aug 15, 2023Brass Contributor
Status:
New
[Outlook] Allow to add attachments to certain positions in attachments list
Currently, addFileAttachmentAsBase64Async API adds the file to the end of attachment list in mailbox.
In our addin, our workflow looks like this:
- Get attachments from mailbox
- Possibly, remove some attachments
- Do some manipulations with removed files
- Attach manipulated result files to mailbox (currently adds to the end of the attachment list)
This leads to situations where resulting attachments list order if different to how it was initially, which is not ideal for us.
Providing the option to insert attachment to certain position in the list would allow us to fix this issue.
No CommentsBe the first to comment