From f188015da2ff35a79aa4c64dcecb1f654460c71f Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Thu, 9 May 2019 12:17:08 -0700 Subject: [PATCH] [All] Scrub Office 365 platforms (#995) * [All] Scrub Office 365 platforms * Add link to See also * update based on feedback Co-Authored-By: Michelle Scharlock --- docs/concepts/privacy-and-security.md | 6 +- docs/design/add-in-commands.md | 10 ++-- ...ically-open-a-task-pane-with-a-document.md | 4 +- ...d-debug-office-add-ins-in-visual-studio.md | 6 +- .../develop-office-add-ins-for-the-ipad.md | 4 +- .../office-versions-and-requirement-sets.md | 4 +- ...ecify-office-hosts-and-api-requirements.md | 22 +++---- docs/excel/co-authoring-in-excel-add-ins.md | 8 +-- docs/excel/custom-functions-best-practices.md | 4 +- docs/excel/custom-functions-overview.md | 4 +- docs/excel/custom-functions-requirements.md | 8 +-- docs/excel/custom-functions-runtime.md | 4 +- docs/excel/custom-functions-save-state.md | 4 +- .../excel/custom-functions-troubleshooting.md | 4 +- docs/excel/excel-add-ins-advanced-concepts.md | 4 +- docs/excel/excel-add-ins-core-concepts.md | 4 +- docs/excel/excel-add-ins-overview.md | 8 +-- ...ustom-functions-compatible-with-xll-udf.md | 4 +- docs/excel/xll-compatibility-requirements.md | 8 +-- docs/index.yml | 4 +- docs/overview/explore-with-script-lab.md | 8 +-- docs/overview/office-add-in-availability.md | 1 + docs/overview/office-add-ins.md | 10 ++-- .../excel-custom-functions-quickstart.md | 10 ++-- docs/quickstarts/project-quickstart.md | 4 +- docs/quickstarts/word-quickstart.md | 4 +- docs/reference/manifest/action.md | 4 +- docs/reference/manifest/desktopformfactor.md | 4 +- docs/reference/manifest/officetab.md | 4 +- .../office.context.mailbox.item.md | 4 +- .../outlook-requirement-set-preview.md | 60 +++++++++---------- .../add-in-commands-requirement-sets.md | 14 ++--- .../dialog-api-requirement-sets.md | 4 +- .../excel-api-requirement-sets.md | 8 +-- .../identity-api-requirement-sets.md | 4 +- .../office-add-in-requirement-sets.md | 4 +- .../outlook-api-requirement-sets.md | 14 ++--- .../word-api-requirement-sets.md | 6 +- .../testing/attach-debugger-from-task-pane.md | 4 +- .../excel-tutorial-create-custom-functions.md | 26 ++++---- .../word/word-add-ins-programming-overview.md | 6 +- 41 files changed, 164 insertions(+), 163 deletions(-) diff --git a/docs/concepts/privacy-and-security.md b/docs/concepts/privacy-and-security.md index 0a90c55478..e34704f58d 100644 --- a/docs/concepts/privacy-and-security.md +++ b/docs/concepts/privacy-and-security.md @@ -1,7 +1,7 @@ --- title: Privacy and security for Office Add-ins description: '' -ms.date: 03/19/2019 +ms.date: 05/08/2019 localization_priority: Priority --- @@ -32,7 +32,7 @@ The following sections briefly describe how the runtime architecture supports ru > [!NOTE] > To learn about using WIP and Intune with Office Add-ins, see [Use WIP and Intune to protect enterprise data in documents running Office Add-ins](/microsoft-365/enterprise/office-add-ins-wip). -### Clients for Windows and OS X devices +### Clients on Windows and OS X devices In supported clients for desktop and tablet devices, such as Excel, Outlook, and Outlook for Mac, Office Add-ins are supported by integrating an in-process component, the Office Add-ins runtime, which manages the add-in lifecycle and enables interoperability between the add-in and the client application. The add-in webpage itself is hosted out-of-process. As shown in figure 1, on a Windows desktop or tablet device, the add-in webpage is hosted inside an Internet Explorer control which, in turn, is hosted inside an add-in runtime process that provides security and performance isolation. @@ -87,7 +87,7 @@ The add-in platform addresses end users' privacy concerns in the following ways: - When sharing a document, users also share add-ins that have been inserted in or associated with that document. If a user opens a document that contains an add-in that the user hasn't used before, the host application prompts the user to grant permission for the add-in to run in the document. In an organizational environment, the Office host application also prompts the user if the document comes from an external source. -- Users can enable or disable the access to AppSource. For content and task pane add-ins, users manage access to trusted add-ins and catalogs from the **Trust Center** on the host Office client (opened from **File** > **Options** > **Trust Center** > **Trust Center Settings** > **Trusted Add-in Catalogs**). For Outlook add-ins, uses can manage add-ins by choosing the **Manage Add-ins** button: in Outlook for Windows, choose **File** > **Manage Add-ins**. In Outlook for Mac, choose the **Manage Add-ins** button on the add-in bar. In Outlook Web App choose the **Settings** menu (gear icon) > **Manage add-ins**. Administrators can also manage this access [by using group policy](/previous-versions/office/office-2013-resource-kit/jj219429(v=office.15)#using-group-policy-to-manage-how-users-can-install-and-use-apps-for-office). +- Users can enable or disable the access to AppSource. For content and task pane add-ins, users manage access to trusted add-ins and catalogs from the **Trust Center** on the host Office client (opened from **File** > **Options** > **Trust Center** > **Trust Center Settings** > **Trusted Add-in Catalogs**). For Outlook add-ins, uses can manage add-ins by choosing the **Manage Add-ins** button: in Outlook on Windows, choose **File** > **Manage Add-ins**. In Outlook for Mac, choose the **Manage Add-ins** button on the add-in bar. In Outlook Web App choose the **Settings** menu (gear icon) > **Manage add-ins**. Administrators can also manage this access [by using group policy](/previous-versions/office/office-2013-resource-kit/jj219429(v=office.15)#using-group-policy-to-manage-how-users-can-install-and-use-apps-for-office). - The design of the add-in platform provides security and performance for end users in the following ways: diff --git a/docs/design/add-in-commands.md b/docs/design/add-in-commands.md index e921b097df..8d80e726a8 100644 --- a/docs/design/add-in-commands.md +++ b/docs/design/add-in-commands.md @@ -1,7 +1,7 @@ --- title: Add-in commands for Excel, Word, and PowerPoint description: '' -ms.date: 04/29/2019 +ms.date: 05/08/2019 localization_priority: Priority --- @@ -49,10 +49,10 @@ The following command capabilities are currently supported. Add-in commands are currently supported on the following platforms: -- Outlook 2016 for Windows (build 16.0.4678.1000+) -- Office 365 for Windows (build 16.0.6769+) -- Office 2019 for Windows -- Office 365 for Mac (build 15.33+) +- Outlook 2016 on Windows (build 16.0.4678.1000+) +- Office on Windows connected to Office 365 (build 16.0.6769+) +- Office 2019 on Windows +- Office for Mac connected to Office 365 (build 15.33+) - Office 2019 for Mac - Office Online diff --git a/docs/develop/automatically-open-a-task-pane-with-a-document.md b/docs/develop/automatically-open-a-task-pane-with-a-document.md index b2af6109e2..80e2546c01 100644 --- a/docs/develop/automatically-open-a-task-pane-with-a-document.md +++ b/docs/develop/automatically-open-a-task-pane-with-a-document.md @@ -1,7 +1,7 @@ --- title: Automatically open a task pane with a document description: '' -ms.date: 03/19/2019 +ms.date: 05/08/2019 localization_priority: Priority --- @@ -25,7 +25,7 @@ The autoopen feature is currently