This is content converted from Markdown!
Here's a JSON sample:
{
"foo": "bar"
}| name: Manipulate attachments (Item Compose) | |
| description: >- | |
| Adds, gets, and removes attachments from a message or an appointment in | |
| Compose mode. | |
| host: OUTLOOK | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#addBase64").click(addMultipleAttachments); |
| <html> | |
| <head> | |
| <style> | |
| h1 { | |
| font-family: Calibri; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Hello World!</h1> |