[TIMOB-18603] Windows: Implement EmailDialog.addAttachment
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Unknown |
Created | 2015-02-23T14:26:38.000+0000 |
Updated | 2018-02-28T19:55:43.000+0000 |
Description
I skipped doing the actual email attachment implementation since it wasn't necessary for corporate directory and was more involved than the rest of the impl. We need to cast the JSObject to Blob or File in TitaniumKit and call to overloaded addAttachment methods for either, and then do the actual hooking up to the email message in open().
No comments