Skip to content

Commit

Permalink
[Outlook] Update minimum supported requirement sets (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
samantharamon authored Nov 21, 2024
1 parent 150cc9c commit 466a1f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions playlists-prod/outlook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/40-attachments/attachments-compose.yaml
group: Attachments
api_set:
Mailbox: '1.1'
Mailbox: '1.8'
- id: outlook-attachments-get-attachment-content
name: Get attachment content
fileName: get-attachment-content.yaml
Expand Down Expand Up @@ -425,7 +425,7 @@
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/65-delegates-and-shared-folders/get-shared-properties.yaml
group: Delegates And Shared Folders
api_set:
Mailbox: '1.8'
Mailbox: '1.13'
- id: outlook-mime-headers-get-internet-headers-message-read
name: Get internet headers
fileName: get-internet-headers-message-read.yaml
Expand Down
4 changes: 2 additions & 2 deletions playlists/outlook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/40-attachments/attachments-compose.yaml
group: Attachments
api_set:
Mailbox: '1.1'
Mailbox: '1.8'
- id: outlook-attachments-get-attachment-content
name: Get attachment content
fileName: get-attachment-content.yaml
Expand Down Expand Up @@ -425,7 +425,7 @@
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/65-delegates-and-shared-folders/get-shared-properties.yaml
group: Delegates And Shared Folders
api_set:
Mailbox: '1.8'
Mailbox: '1.13'
- id: outlook-mime-headers-get-internet-headers-message-read
name: Get internet headers
fileName: get-internet-headers-message-read.yaml
Expand Down
2 changes: 1 addition & 1 deletion samples/outlook/40-attachments/attachments-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Manipulate attachments (Item Compose)
description: 'Adds, gets, and removes attachments from a message or an appointment in Compose mode.'
host: OUTLOOK
api_set:
Mailbox: '1.1'
Mailbox: '1.8'
script:
content: |
$("#add").on("click", add);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Identify a shared folder or shared mailbox context
description: Identifies whether the current mail item is in a shared folder or shared mailbox by getting its properties.
host: OUTLOOK
api_set:
Mailbox: '1.8'
Mailbox: '1.13'
script:
content: |
$("#get").on("click", get);
Expand Down

0 comments on commit 466a1f9

Please sign in to comment.