@@ -7668,7 +7668,7 @@ declare namespace Office {
7668
7668
/**
7669
7669
* The attachment is stored in a cloud location, such as OneDrive.
7670
7670
*
7671
- * **Important**: In Read mode, the `id` property of the attachment's {@link Office.AttachmentDetailsRead | details} object
7671
+ * **Important**: In Read mode, the `id` property of the attachment's {@link Office.AttachmentDetails | details} object
7672
7672
* contains a URL to the file.
7673
7673
* From requirement set 1.8, the `url` property included in the attachment's
7674
7674
* {@link https://docs.microsoft.com/javascript/api/outlook/office.attachmentdetailscompose?view=outlook-js-1.8 | details} object
@@ -9992,7 +9992,7 @@ declare namespace Office {
9992
9992
* {@link https://support.office.com/article/Blocked-attachments-in-Outlook-434752E1-02D3-4E90-9124-8B81E49A8519 | Blocked attachments in Outlook}.
9993
9993
*
9994
9994
*/
9995
- attachments: AttachmentDetailsRead [];
9995
+ attachments: AttachmentDetails [];
9996
9996
/**
9997
9997
* Gets an object that provides methods for manipulating the body of an item.
9998
9998
*
@@ -10830,7 +10830,7 @@ declare namespace Office {
10830
10830
/**
10831
10831
* Represents an attachment on an item from the server. Read mode only.
10832
10832
*
10833
- * An array of `AttachmentDetailsRead ` objects is returned as the attachments property of an appointment or message item.
10833
+ * An array of `AttachmentDetails ` objects is returned as the attachments property of an appointment or message item.
10834
10834
*
10835
10835
* [Api set: Mailbox 1.1]
10836
10836
*
@@ -10840,7 +10840,7 @@ declare namespace Office {
10840
10840
*
10841
10841
* **{@link https://docs.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Read
10842
10842
*/
10843
- interface AttachmentDetailsRead {
10843
+ interface AttachmentDetails {
10844
10844
/**
10845
10845
* Gets a value that indicates the type of an attachment.
10846
10846
*/
@@ -13985,7 +13985,7 @@ declare namespace Office {
13985
13985
* {@link https://support.office.com/article/Blocked-attachments-in-Outlook-434752E1-02D3-4E90-9124-8B81E49A8519 | Blocked attachments in Outlook}.
13986
13986
*
13987
13987
*/
13988
- attachments: AttachmentDetailsRead [];
13988
+ attachments: AttachmentDetails [];
13989
13989
/**
13990
13990
* Gets an object that provides methods for manipulating the body of an item.
13991
13991
*
0 commit comments