Templates as attachments
Open
@stephenegriffin is already working on this.
Since Jan 30, 2018.
enhancement
- Dominant language
- C++
- Stars
- 978
- Forks
- 170
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 5
Description
These are oft files attached as ATTACH_BY_VALUE with essentially an MSG file in PR_ATTACH_DATA_BIN stream. Should be able to hydrate this to an in memory IMessage and display.
View attachments as embedded message could pick this up automatic (CAttachmentsDlg::OpenItemProp)
Double-click oft row also (CAttachmentsDlg::OnDisplayItem)
OpenEmbeddedMessage wouldn't work as is, but a variant of it should. Swipe from LoadFromMSG and LoadMSGToMessage
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.