Skip to content

Commit 466a1f9

Browse files
[Outlook] Update minimum supported requirement sets (OfficeDev#952)
1 parent 150cc9c commit 466a1f9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

playlists-prod/outlook.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/40-attachments/attachments-compose.yaml
274274
group: Attachments
275275
api_set:
276-
Mailbox: '1.1'
276+
Mailbox: '1.8'
277277
- id: outlook-attachments-get-attachment-content
278278
name: Get attachment content
279279
fileName: get-attachment-content.yaml
@@ -425,7 +425,7 @@
425425
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/65-delegates-and-shared-folders/get-shared-properties.yaml
426426
group: Delegates And Shared Folders
427427
api_set:
428-
Mailbox: '1.8'
428+
Mailbox: '1.13'
429429
- id: outlook-mime-headers-get-internet-headers-message-read
430430
name: Get internet headers
431431
fileName: get-internet-headers-message-read.yaml

playlists/outlook.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/40-attachments/attachments-compose.yaml
274274
group: Attachments
275275
api_set:
276-
Mailbox: '1.1'
276+
Mailbox: '1.8'
277277
- id: outlook-attachments-get-attachment-content
278278
name: Get attachment content
279279
fileName: get-attachment-content.yaml
@@ -425,7 +425,7 @@
425425
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/outlook/65-delegates-and-shared-folders/get-shared-properties.yaml
426426
group: Delegates And Shared Folders
427427
api_set:
428-
Mailbox: '1.8'
428+
Mailbox: '1.13'
429429
- id: outlook-mime-headers-get-internet-headers-message-read
430430
name: Get internet headers
431431
fileName: get-internet-headers-message-read.yaml

samples/outlook/40-attachments/attachments-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Manipulate attachments (Item Compose)
33
description: 'Adds, gets, and removes attachments from a message or an appointment in Compose mode.'
44
host: OUTLOOK
55
api_set:
6-
Mailbox: '1.1'
6+
Mailbox: '1.8'
77
script:
88
content: |
99
$("#add").on("click", add);

samples/outlook/65-delegates-and-shared-folders/get-shared-properties.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Identify a shared folder or shared mailbox context
33
description: Identifies whether the current mail item is in a shared folder or shared mailbox by getting its properties.
44
host: OUTLOOK
55
api_set:
6-
Mailbox: '1.8'
6+
Mailbox: '1.13'
77
script:
88
content: |
99
$("#get").on("click", get);

0 commit comments

Comments
 (0)