Skip to content

Commit 4721f34

Browse files
committed
Meeting Acrolinx minimums.
1 parent d8b0e08 commit 4721f34

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

api-reference/beta/resources/referenceattachment.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "referenceAttachment resource type"
3-
description: "A link to a folder or file (such as a text file or Word document) on a OneDrive for Business cloud drive, or other supported storage locations, attached to "
3+
description: "A link to a folder or file (such as a text file or Word document) on a OneDrive for work or school cloud drive, or other supported storage locations, attached to "
44
ms.localizationpriority: medium
55
doc_type: resourcePageType
66
ms.subservice: "outlook"
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
A link to a folder or file (such as a text file or Word document) on a OneDrive for Business cloud drive, or other supported storage locations, attached to
17+
A link to a folder or file (such as a text file or Word document) on a OneDrive for work or school cloud drive, or other supported storage locations, attached to
1818
an [event](../resources/event.md), [message](../resources/message.md), or [post](../resources/post.md) .
1919

2020
Derived from [attachment](attachment.md).
@@ -30,16 +30,16 @@ Derived from [attachment](attachment.md).
3030
| Property | Type |Description|
3131
|:---------------|:--------|:----------|
3232
|contentType|String|The content type of the attachment. Returned as `null` by default, when not set explicitly. Optional.|
33-
|id|String|The attachment ID. Read-only.|
34-
|isFolder|Boolean|Specifies whether the attachment is a link to a folder. Must set this to true if **sourceUrl** is a link to a folder. Optional.|
33+
|id|String|The attachment ID. Read-only.|
34+
|isFolder|Boolean|Specifies whether the attachment is a link to a folder. You must set this property to true if **sourceUrl** is a link to a folder. Optional.|
3535
|isInline|Boolean|Set to true if the attachment appears inline in the body of the embedding object. Optional.|
3636
|lastModifiedDateTime|DateTimeOffset|The date and time when the attachment was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. Optional.|
37-
|name|String|The text that is displayed below the icon representing the embedded attachment. This does not need to be the actual file name. Required.|
37+
|name|String|The text that is displayed below the icon representing the embedded attachment. This value doesn't need to be the actual file name. Required.|
3838
|permission|referenceAttachmentPermission|Specifies the permissions granted for the attachment by the type of provider in **providerType**. Possible values are: `other`, `view`, `edit`, `anonymousView`, `anonymousEdit`, `organizationView`, `organizationEdit`. Optional.|
3939
|previewUrl|String|Applies to only a reference attachment of an image - URL to get a preview image. Use **thumbnailUrl** and **previewUrl** only when **sourceUrl** identifies an image file. Optional.|
4040
|providerType|referenceAttachmentProvider|The type of provider that supports an attachment of this contentType. Possible values are: `other`, `oneDriveBusiness`, `oneDriveConsumer`, `dropbox`. Optional.|
41-
|size|Int32|The size of the metadata in bytes that is stored on the message for the reference attachment. This value does not indicate the size of the actual file. Optional.|
42-
|sourceUrl|String|URL to get the attachment content. If this is a URL to a folder, then for the folder to be displayed correctly in Outlook or Outlook on the web, set **isFolder** to true. Required.|
41+
|size|Int32|The size of the metadata in bytes that is stored on the message for the reference attachment. This value doesn't indicate the size of the actual file. Optional.|
42+
|sourceUrl|String|URL to get the attachment content. If this value is a URL to a folder, then for the folder to be displayed correctly in Outlook or Outlook on the web, set **isFolder** to true. Required.|
4343
|thumbnailUrl|String|Applies to only a reference attachment of an image - URL to get a thumbnail image. Use **thumbnailUrl** and **previewUrl** only when **sourceUrl** identifies an image file. Optional.|
4444

4545
## Relationships

api-reference/v1.0/resources/eventmessage.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "eventMessage resource type"
3-
description: "A message that represents a meeting request, cancellation, or response (which can be one of the following: acceptance, tentative acceptance, or decline)."
3+
description: "A message that represents a meeting request, cancellation, or response."
44
ms.localizationpriority: medium
55
author: "iamgirishck"
66
ms.subservice: "outlook"
@@ -12,16 +12,15 @@ ms.date: 08/23/2024
1212

1313
Namespace: microsoft.graph
1414

15-
A message that represents a meeting request, cancellation, or response (which can be one of the following: acceptance, tentative acceptance, or decline).
15+
A message that represents a meeting request, cancellation, or response. Possible values are: `acceptance`, `tentative acceptance`, or `decline`.
1616

1717
The **eventMessage** entity is derived from [message](message.md). **eventMessage** is the base type for [eventMessageRequest](eventmessagerequest.md) and [eventMessageResponse](eventmessageresponse.md). The **meetingMessageType** property identifies the type of the event message.
1818

1919
When an organizer or app sends a meeting request, the meeting request arrives in an invitee's mailbox as an **eventMessage** instance with the **meetingMessageType** of **meetingRequest**. In addition, Outlook automatically creates an **event** instance in the invitee's calendar, with the **showAs** property as **tentative**.
2020

21-
To get the properties of the associated event in the invitee's mailbox, the app can use the **event** navigation property of the **eventMessage**, as shown in
22-
this [get event message example](../api/eventmessage-get.md#example-2). The app can also respond to the event on behalf of the invitee programmatically, by [accepting](../api/event-accept.md), [tentatively accepting](../api/event-tentativelyaccept.md), or [declining](../api/event-decline.md) the event.
21+
To get the properties of the associated event in the invitee's mailbox, the app can use the **event** navigation property of the **eventMessage**, as shown in [get event message example](../api/eventmessage-get.md#example-2). The app can also respond to the event on behalf of the invitee programmatically, by [accepting](../api/event-accept.md), [tentatively accepting](../api/event-tentativelyaccept.md), or [declining](../api/event-decline.md) the event.
2322

24-
Aside from a meeting request, an **eventMessage** instance can be found in an invitee's mailbox as the result of an event organizer cancelling a meeting, or in the organizer's mailbox as a result of an invitee responding to the meeting request. An app can act on event messages in the same way as on messages with minor differences.
23+
Aside from a meeting request, an **eventMessage** instance can be found in an invitee's mailbox as the result of an event organizer canceling a meeting, or in the organizer's mailbox as a result of an invitee responding to the meeting request. An app can act on event messages in the same way as on messages with minor differences.
2524
## Methods
2625

2726
| Method | Return Type |Description|
@@ -72,8 +71,8 @@ Aside from a meeting request, an **eventMessage** instance can be found in an in
7271
|internetMessageId |String |The message ID in the format specified by [RFC2822](https://www.ietf.org/rfc/rfc2822.txt). |
7372
|isDelegated|Boolean|True if this meeting request is accessible to a delegate, false otherwise. Default is false.|
7473
|isDeliveryReceiptRequested|Boolean|Indicates whether a read receipt is requested for the message.|
75-
|isDraft|Boolean|Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet.|
76-
|isRead|Boolean|Indicates whether the message has been read.|
74+
|isDraft|Boolean|Indicates whether the message is a draft. A message is a draft if it isn't yet sent.|
75+
|isRead|Boolean|Indicates whether the message is read.|
7776
|isReadReceiptRequested|Boolean|Indicates whether a read receipt is requested for the message.|
7877
|lastModifiedDateTime|DateTimeOffset|The date and time the message was last changed.|
7978
|meetingMessageType|meetingMessageType| The type of event message: `none`, `meetingRequest`, `meetingCancelled`, `meetingAccepted`, `meetingTenativelyAccepted`, `meetingDeclined`.|
@@ -85,13 +84,13 @@ Aside from a meeting request, an **eventMessage** instance can be found in an in
8584
|subject|String|The subject of the message.|
8685
|toRecipients|[recipient](recipient.md) collection|The To: recipients for the message.|
8786
|uniqueBody|[itemBody](itembody.md)|The part of the body of the message that is unique to the current message.|
88-
|webLink|String|The URL to open the message in Outlook on the web.<br><br>You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, then the browser will show the message in the Outlook on the web review pane.<br><br>The message will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.<br><br>This URL cannot be accessed from within an iFrame.|
87+
|webLink|String|The URL to open the message in Outlook on the web.<br><br>You can append an `ispopout` argument to the end of the URL to change how the message is displayed. If `ispopout` isn't present or if it's set to 1, then the message is shown in a popout window. If `ispopout` is set to 0, then the browser shows the message in the Outlook on the web review pane.<br><br>The message opens in the browser if you're logged in to your mailbox via Outlook on the web. You are prompted to sign in if you aren't already signed in with the browser.<br><br>This URL can't be accessed from within an iFrame.|
8988

9089
## Relationships
9190
| Relationship | Type |Description|
9291
|:---------------|:--------|:----------|
9392
|attachments|[attachment](attachment.md) collection| Read-only. Nullable.|
94-
|event|[event](event.md)| The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only.|
93+
|event|[event](event.md)| The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only.|
9594
|extensions|[extension](extension.md) collection|The collection of open extensions defined for the eventMessage. Read-only. Nullable.|
9695
|multiValueExtendedProperties|[multiValueLegacyExtendedProperty](multivaluelegacyextendedproperty.md) collection| The collection of multi-value extended properties defined for the eventMessage. Read-only. Nullable.|
9796
|singleValueExtendedProperties|[singleValueLegacyExtendedProperty](singlevaluelegacyextendedproperty.md) collection| The collection of single-value extended properties defined for the eventMessage. Read-only. Nullable.|

api-reference/v1.0/resources/referenceattachment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "referenceAttachment resource type"
3-
description: "A link to a file (such as a text file or Word document) on a OneDrive for Business cloud drive or other supported storage locations, attached to an event, message, or post."
3+
description: "A link to a file, such as a text file or Word document, on a OneDrive for work or school cloud drive or other supported storage location, attached to an event, message, or post."
44
ms.localizationpriority: medium
55
ms.subservice: "outlook"
66
author: "SuryaLashmiS"
@@ -12,7 +12,7 @@ ms.date: 05/23/2024
1212

1313
Namespace: microsoft.graph
1414

15-
A link to a file (such as a text file or Word document) on a OneDrive for Business cloud drive or other supported storage locations, attached to an event, message, or post.
15+
A link to a file, such as a text file or Word document, on a OneDrive for work or school cloud drive or other supported storage locations, attached to an event, message, or post.
1616

1717
Derived from [attachment](attachment.md).
1818

@@ -27,11 +27,11 @@ Derived from [attachment](attachment.md).
2727
| Property | Type |Description|
2828
|:---------------|:--------|:----------|
2929
|contentType|String|The content type of the attachment. Returned as `null` by default, when not set explicitly. Optional.|
30-
|id|String|The attachment ID. Read-only.|
30+
|id|String|The attachment ID. Read-only.|
3131
|isInline|Boolean|Set to true if the attachment appears inline in the body of the embedding object.|
3232
|lastModifiedDateTime|DateTimeOffset|The date and time when the attachment was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`|
33-
|name|String|The text that is displayed below the icon representing the embedded attachment. This does not need to be the actual file name.|
34-
|size|Int32|The size of the metadata that is stored on the message for the attachment in bytes. This value does not indicate the size of the actual file.|
33+
|name|String|The text that is displayed below the icon representing the embedded attachment. This value doesn't need to be the actual file name.|
34+
|size|Int32|The size of the metadata that is stored on the message for the attachment in bytes. This value doesn't indicate the size of the actual file.|
3535

3636
## Relationships
3737
None

0 commit comments

Comments
 (0)