You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/resources/referenceattachment.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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 "
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
18
18
an [event](../resources/event.md), [message](../resources/message.md), or [post](../resources/post.md) .
19
19
20
20
Derived from [attachment](attachment.md).
@@ -30,16 +30,16 @@ Derived from [attachment](attachment.md).
30
30
| Property | Type |Description|
31
31
|:---------------|:--------|:----------|
32
32
|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.|
35
35
|isInline|Boolean|Set to true if the attachment appears inline in the body of the embedding object. Optional.|
36
36
|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.|
38
38
|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.|
39
39
|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.|
40
40
|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.|
43
43
|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.|
Copy file name to clipboardExpand all lines: api-reference/v1.0/resources/eventmessage.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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."
4
4
ms.localizationpriority: medium
5
5
author: "iamgirishck"
6
6
ms.subservice: "outlook"
@@ -12,16 +12,15 @@ ms.date: 08/23/2024
12
12
13
13
Namespace: microsoft.graph
14
14
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`.
16
16
17
17
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.
18
18
19
19
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**.
20
20
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.
23
22
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.
25
24
## Methods
26
25
27
26
| Method | Return Type |Description|
@@ -72,8 +71,8 @@ Aside from a meeting request, an **eventMessage** instance can be found in an in
72
71
|internetMessageId |String |The message ID in the format specified by [RFC2822](https://www.ietf.org/rfc/rfc2822.txt). |
73
72
|isDelegated|Boolean|True if this meeting request is accessible to a delegate, false otherwise. Default is false.|
74
73
|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.|
77
76
|isReadReceiptRequested|Boolean|Indicates whether a read receipt is requested for the message.|
78
77
|lastModifiedDateTime|DateTimeOffset|The date and time the message was last changed.|
79
78
|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
85
84
|subject|String|The subject of the message.|
86
85
|toRecipients|[recipient](recipient.md) collection|The To: recipients for the message.|
87
86
|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.|
|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.|
95
94
|extensions|[extension](extension.md) collection|The collection of open extensions defined for the eventMessage. Read-only. Nullable.|
96
95
|multiValueExtendedProperties|[multiValueLegacyExtendedProperty](multivaluelegacyextendedproperty.md) collection| The collection of multi-value extended properties defined for the eventMessage. Read-only. Nullable.|
97
96
|singleValueExtendedProperties|[singleValueLegacyExtendedProperty](singlevaluelegacyextendedproperty.md) collection| The collection of single-value extended properties defined for the eventMessage. Read-only. Nullable.|
Copy file name to clipboardExpand all lines: api-reference/v1.0/resources/referenceattachment.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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."
4
4
ms.localizationpriority: medium
5
5
ms.subservice: "outlook"
6
6
author: "SuryaLashmiS"
@@ -12,7 +12,7 @@ ms.date: 05/23/2024
12
12
13
13
Namespace: microsoft.graph
14
14
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.
16
16
17
17
Derived from [attachment](attachment.md).
18
18
@@ -27,11 +27,11 @@ Derived from [attachment](attachment.md).
27
27
| Property | Type |Description|
28
28
|:---------------|:--------|:----------|
29
29
|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.|
31
31
|isInline|Boolean|Set to true if the attachment appears inline in the body of the embedding object.|
32
32
|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.|
0 commit comments