Skip to content

Commit be35a31

Browse files
[office-js][office-js-preview] (Outlook) Clarify support for BMP attachments (DefinitelyTyped#72187)
1 parent 086eb91 commit be35a31

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

types/office-js-preview/index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10597,6 +10597,8 @@ declare namespace Office {
1059710597
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
1059810598
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
1059910599
*
10600+
* - Bitmap (BMP) images aren't supported if they're added as inline attachments.
10601+
*
1060010602
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
1060110603
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
1060210604
* introduced with requirement set 1.8.
@@ -10644,6 +10646,8 @@ declare namespace Office {
1064410646
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
1064510647
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
1064610648
*
10649+
* - Bitmap (BMP) images aren't supported if they're added as inline attachments.
10650+
*
1064710651
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
1064810652
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
1064910653
* introduced with requirement set 1.8.
@@ -18880,6 +18884,8 @@ declare namespace Office {
1888018884
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
1888118885
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
1888218886
*
18887+
* - Bitmap (BMP) images aren't supported if they're added as inline attachments.
18888+
*
1888318889
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
1888418890
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
1888518891
* introduced with requirement set 1.8.
@@ -18926,6 +18932,8 @@ declare namespace Office {
1892618932
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
1892718933
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
1892818934
*
18935+
* - Bitmap (BMP) images aren't supported if they're added as inline attachments.
18936+
*
1892918937
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
1893018938
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
1893118939
* introduced with requirement set 1.8.

types/office-js/index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10532,6 +10532,8 @@ declare namespace Office {
1053210532
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
1053310533
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
1053410534
*
10535+
* - Bitmap (BMP) images aren't supported if they're added as inline attachments.
10536+
*
1053510537
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
1053610538
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
1053710539
* introduced with requirement set 1.8.
@@ -10579,6 +10581,8 @@ declare namespace Office {
1057910581
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
1058010582
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
1058110583
*
10584+
* - Bitmap (BMP) images aren't supported if they're added as inline attachments.
10585+
*
1058210586
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
1058310587
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
1058410588
* introduced with requirement set 1.8.
@@ -18517,6 +18521,8 @@ declare namespace Office {
1851718521
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
1851818522
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
1851918523
*
18524+
* - Bitmap (BMP) images aren't supported if they're added as inline attachments.
18525+
*
1852018526
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
1852118527
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
1852218528
* introduced with requirement set 1.8.
@@ -18563,6 +18569,8 @@ declare namespace Office {
1856318569
* - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
1856418570
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
1856518571
*
18572+
* - Bitmap (BMP) images aren't supported if they're added as inline attachments.
18573+
*
1856618574
* - In recent builds of classic Outlook on Windows, a bug was introduced that incorrectly appends an `Authorization: Bearer` header to
1856718575
* this action (whether using this API or the Outlook UI). To work around this issue, use the `addFileAttachmentFromBase64` API
1856818576
* introduced with requirement set 1.8.

0 commit comments

Comments
 (0)