@@ -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.
0 commit comments