Skip to content

Commit 1bfa388

Browse files
ElizabethSamuel-MSFTgithub-actions
andauthored
Automatically generated docs (#2230)
Co-authored-by: github-actions <[email protected]>
1 parent e2447e7 commit 1bfa388

File tree

66 files changed

+472
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+472
-86
lines changed

docs/docs-ref-autogen/outlook/outlook/office.appointmentcompose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,9 @@ methods:
14131413
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
14141414
14151415
1416+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
1417+
1418+
14161419
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
14171420
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
14181421
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
@@ -1528,6 +1531,9 @@ methods:
15281531
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
15291532
15301533
1534+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
1535+
1536+
15311537
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
15321538
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
15331539
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.

docs/docs-ref-autogen/outlook/outlook/office.mailboxenums.attachmenttype.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ fields:
9090
9191
9292
**Important**: In Read mode, the `id` property of the attachment's
93-
[details](xref:outlook!Office.AttachmentDetails:interface) object contains a URL to the file. From requirement set
94-
1.8, the `url` property included in the attachment's
95-
[details](xref:outlook!Office.AttachmentDetailsCompose:interface) object contains a URL to the file in Compose
96-
mode.
93+
[AttachmentDetails](https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetails) object contains a
94+
URL to the file. From requirement set 1.8, the `url` property included in the attachment's
95+
[AttachmentDetailsCompose](https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetailscompose)
96+
object contains a URL to the file in Compose mode.
9797
9898
9999
The `cloud` attachment type isn't supported by the `displayNewMessageForm`<!-- -->,

docs/docs-ref-autogen/outlook/outlook/office.messagecompose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,9 @@ methods:
11761176
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
11771177
11781178
1179+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
1180+
1181+
11791182
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
11801183
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
11811184
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
@@ -1291,6 +1294,9 @@ methods:
12911294
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
12921295
12931296
1297+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
1298+
1299+
12941300
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
12951301
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
12961302
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.

docs/docs-ref-autogen/outlook_1_1/outlook/office.appointmentcompose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,9 @@ methods:
633633
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
634634
635635
636+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
637+
638+
636639
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
637640
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
638641
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
@@ -748,6 +751,9 @@ methods:
748751
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
749752
750753
754+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
755+
756+
751757
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
752758
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
753759
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.

docs/docs-ref-autogen/outlook_1_1/outlook/office.mailboxenums.attachmenttype.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ fields:
7777
7878
7979
**Important**: In Read mode, the `id` property of the attachment's
80-
[details](xref:outlook!Office.AttachmentDetails:interface) object contains a URL to the file. From requirement set
81-
1.8, the `url` property included in the attachment's object contains a URL to the file in Compose mode.
80+
[AttachmentDetails](https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetails) object contains a
81+
URL to the file. From requirement set 1.8, the `url` property included in the attachment's
82+
[AttachmentDetailsCompose](https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetailscompose)
83+
object contains a URL to the file in Compose mode.
8284
8385
8486
The `cloud` attachment type isn't supported by the `displayNewMessageForm`<!-- -->,

docs/docs-ref-autogen/outlook_1_1/outlook/office.messagecompose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,9 @@ methods:
543543
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
544544
545545
546+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
547+
548+
546549
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
547550
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
548551
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
@@ -658,6 +661,9 @@ methods:
658661
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
659662
660663
664+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
665+
666+
661667
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
662668
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
663669
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.

docs/docs-ref-autogen/outlook_1_10/outlook/office.appointmentcompose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,9 @@ methods:
11841184
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
11851185
11861186
1187+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
1188+
1189+
11871190
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
11881191
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
11891192
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
@@ -1299,6 +1302,9 @@ methods:
12991302
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
13001303
13011304
1305+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
1306+
1307+
13021308
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
13031309
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
13041310
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.

docs/docs-ref-autogen/outlook_1_10/outlook/office.mailboxenums.attachmenttype.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ fields:
7777
7878
7979
**Important**: In Read mode, the `id` property of the attachment's
80-
[details](xref:outlook!Office.AttachmentDetails:interface) object contains a URL to the file. From requirement set
81-
1.8, the `url` property included in the attachment's
82-
[details](xref:outlook!Office.AttachmentDetailsCompose:interface) object contains a URL to the file in Compose
83-
mode.
80+
[AttachmentDetails](https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetails) object contains a
81+
URL to the file. From requirement set 1.8, the `url` property included in the attachment's
82+
[AttachmentDetailsCompose](https://learn.microsoft.com/javascript/api/outlook/office.attachmentdetailscompose)
83+
object contains a URL to the file in Compose mode.
8484
8585
8686
The `cloud` attachment type isn't supported by the `displayNewMessageForm`<!-- -->,

docs/docs-ref-autogen/outlook_1_10/outlook/office.messagecompose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,9 @@ methods:
951951
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
952952
953953
954+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
955+
956+
954957
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
955958
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
956959
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
@@ -1066,6 +1069,9 @@ methods:
10661069
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
10671070
10681071
1072+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
1073+
1074+
10691075
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
10701076
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
10711077
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.

docs/docs-ref-autogen/outlook_1_11/outlook/office.appointmentcompose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,9 @@ methods:
12301230
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
12311231
12321232
1233+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
1234+
1235+
12331236
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
12341237
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
12351238
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.
@@ -1345,6 +1348,9 @@ methods:
13451348
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->.
13461349
13471350
1351+
- Bitmap (BMP) images aren't supported if they're added as inline attachments.
1352+
1353+
13481354
- In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization:
13491355
Bearer` header to this action (whether using this API or the Outlook UI). To work around this issue, use the
13501356
`addFileAttachmentFromBase64` API introduced with requirement set 1.8.

0 commit comments

Comments
 (0)