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
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Appointment Organizer
10470
+
*
10471
+
* **Important**: To manage the locations of an appointment in Outlook clients that don't support Mailbox requirement set 1.8, use the `location` property instead.
10472
+
* For guidance on selecting the right location API for your scenario, see
10473
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/get-or-set-the-location-of-an-appointment | Get or set the location when composing an appointmnt in Outlook}.
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Appointment Organizer
10512
+
*
10513
+
* **Important**: The `enhancedLocation` property was introduced in Mailbox requirement set 1.8. Use the `enhancedLocation` property to better identify and manage
10514
+
* appointment locations, especially if you need to determine the location type. For guidance on selecting the right location API for your scenario, see
10515
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/get-or-set-the-location-of-an-appointment | Get or set the location when composing an appointmnt in Outlook}.
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Appointment Attendee
12014
+
*
12015
+
* **Important**: To manage the locations of an appointment in Outlook clients that don't support Mailbox requirement set 1.8, use the `location` property instead.
12016
+
* For guidance on selecting the right location API for your scenario, see
12017
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/get-or-set-the-location-of-an-appointment | Get or set the location when composing an appointmnt in Outlook}.
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Appointment Attendee
12091
+
*
12092
+
* **Important**: The `enhancedLocation` property was introduced in Mailbox requirement set 1.8. Use the `enhancedLocation` property to better identify and manage
12093
+
* appointment locations, especially if you need to determine the location type. For guidance on selecting the right location API for your scenario, see
12094
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/get-or-set-the-location-of-an-appointment | Get or set the location when composing an appointmnt in Outlook}.
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
14855
+
*
14856
+
* **Important**: To manage the locations of an appointment in Outlook clients that don't support Mailbox requirement set 1.8, use the Office.Location API instead.
14857
+
* For guidance on selecting the right location API for your scenario, see
14858
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/get-or-set-the-location-of-an-appointment | Get or set the location when composing an appointmnt in Outlook}.
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
14889
14910
*
14911
+
* **Important**:
14912
+
*
14913
+
* - The `getAsync` method doesn't return {@link https://support.microsoft.com/office/88ff6c60-0a1d-4b54-8c9d-9e1a71bc3023 | personal contact groups} that
14914
+
* were added to the **Location** field of an appointment.
14915
+
*
14916
+
* - If a location was added using `Office.context.mailbox.item.location.setAsync`, its location type is `Office.MailboxEnums.LocationType.Custom`.
14917
+
*
14890
14918
* @param options An object literal that contains one or more of the following properties:-
14891
14919
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
14892
14920
* @param callback Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
14893
-
* `asyncResult`, which is an `Office.AsyncResult` object.
14921
+
* `asyncResult`, which is an `Office.AsyncResult` object. An array of `Office.LocationDetails` objects representing the locations of the
14922
+
* appointment is returned in the `asyncResult.value` property.
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose or Read
14908
14934
*
14935
+
* **Important**:
14936
+
*
14937
+
* - The `getAsync` method doesn't return {@link https://support.microsoft.com/office/88ff6c60-0a1d-4b54-8c9d-9e1a71bc3023 | personal contact groups} that
14938
+
* were added to the **Location** field of an appointment.
14939
+
*
14940
+
* - If a location was added using `Office.context.mailbox.item.location.setAsync`, its location type is `Office.MailboxEnums.LocationType.Custom`.
14941
+
*
14909
14942
* @param callback Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter,
14910
-
* `asyncResult`, which is an `Office.AsyncResult` object.
14943
+
* `asyncResult`, which is an `Office.AsyncResult` object. An array of `Office.LocationDetails` objects representing the locations of the
14944
+
* appointment is returned in the `asyncResult.value` property.
* **{@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points | Applicable Outlook mode}**: Compose
17417
+
*
17418
+
* **Important**: The Office.EnhancedLocation API was introduced in Mailbox requirement set 1.8. Use the EnhancedLocation API to better identify and manage
17419
+
* appointment locations, especially if you need to determine the location type. For guidance on selecting the right location API for your scenario, see
17420
+
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/get-or-set-the-location-of-an-appointment | Get or set the location when composing an appointmnt in Outlook}.
0 commit comments