Skip to content

Instantly share code, notes, and snippets.

@JackTheDane
JackTheDane / Manipulate attachments (Item Compose).OUTLOOK.yaml
Last active October 30, 2022 07:14
Adds, gets, and removes attachments from a message or an appointment in Compose mode.
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>

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}