-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2143 from OfficeDev/main
[Admin] Publish
- Loading branch information
Showing
112 changed files
with
6,288 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
docs/docs-ref-autogen/outlook/outlook/office.mailboxenums.openlocation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
### YamlMime:TSEnum | ||
name: Office.MailboxEnums.OpenLocation | ||
uid: 'outlook!Office.MailboxEnums.OpenLocation:enum' | ||
package: outlook! | ||
fullName: Office.MailboxEnums.OpenLocation | ||
summary: Specifies the location from which an add-in wants to access data. | ||
remarks: >- | ||
**[Applicable Outlook | ||
mode](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points)<!-- -->**: | ||
Compose, Read | ||
**Important**: This enum is only supported in Outlook on Android and on iOS starting in Version 4.2443.0. To learn | ||
more about APIs supported in Outlook on mobile devices, see [Outlook JavaScript APIs supported in Outlook on mobile | ||
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->. | ||
isPreview: false | ||
isDeprecated: false | ||
fields: | ||
- name: AccountDocument | ||
uid: 'outlook!Office.MailboxEnums.OpenLocation.AccountDocument:member' | ||
package: outlook! | ||
summary: A location associated with an account within an add-in. | ||
- name: Camera | ||
uid: 'outlook!Office.MailboxEnums.OpenLocation.Camera:member' | ||
package: outlook! | ||
summary: The device's camera. | ||
- name: Local | ||
uid: 'outlook!Office.MailboxEnums.OpenLocation.Local:member' | ||
package: outlook! | ||
summary: Local storage on a device. | ||
- name: OnedriveForBusiness | ||
uid: 'outlook!Office.MailboxEnums.OpenLocation.OnedriveForBusiness:member' | ||
package: outlook! | ||
summary: |- | ||
OneDrive for Business. | ||
**Important**: For OneDrive Personal, use OTHER. | ||
- name: Other | ||
uid: 'outlook!Office.MailboxEnums.OpenLocation.Other:member' | ||
package: outlook! | ||
summary: 'Other cloud storage providers, including OneDrive Personal.' | ||
- name: PhotoLibrary | ||
uid: 'outlook!Office.MailboxEnums.OpenLocation.PhotoLibrary:member' | ||
package: outlook! | ||
summary: The device's photo library. | ||
- name: SharePoint | ||
uid: 'outlook!Office.MailboxEnums.OpenLocation.SharePoint:member' | ||
package: outlook! | ||
summary: >- | ||
SharePoint. Includes both SharePoint Online and SharePoint on-premises (if accessed with a Microsoft Entra ID | ||
account). |
59 changes: 59 additions & 0 deletions
59
docs/docs-ref-autogen/outlook/outlook/office.mailboxenums.savelocation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
### YamlMime:TSEnum | ||
name: Office.MailboxEnums.SaveLocation | ||
uid: 'outlook!Office.MailboxEnums.SaveLocation:enum' | ||
package: outlook! | ||
fullName: Office.MailboxEnums.SaveLocation | ||
summary: Specifies the location in which an add-in wants to save data. | ||
remarks: >- | ||
**[Applicable Outlook | ||
mode](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview#extension-points)<!-- -->**: | ||
Compose, Read | ||
**Important**: This enum is only supported in Outlook on Android and on iOS starting in Version 4.2443.0. To learn | ||
more about APIs supported in Outlook on mobile devices, see [Outlook JavaScript APIs supported in Outlook on mobile | ||
devices](https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis)<!-- -->. | ||
isPreview: false | ||
isDeprecated: false | ||
fields: | ||
- name: AccountDocument | ||
uid: 'outlook!Office.MailboxEnums.SaveLocation.AccountDocument:member' | ||
package: outlook! | ||
summary: A location associated with an account within an add-in. | ||
- name: Box | ||
uid: 'outlook!Office.MailboxEnums.SaveLocation.Box:member' | ||
package: outlook! | ||
summary: Box. | ||
- name: Dropbox | ||
uid: 'outlook!Office.MailboxEnums.SaveLocation.Dropbox:member' | ||
package: outlook! | ||
summary: Dropbox. | ||
- name: GoogleDrive | ||
uid: 'outlook!Office.MailboxEnums.SaveLocation.GoogleDrive:member' | ||
package: outlook! | ||
summary: Google Drive. | ||
- name: Local | ||
uid: 'outlook!Office.MailboxEnums.SaveLocation.Local:member' | ||
package: outlook! | ||
summary: Local storage on a device. | ||
- name: OnedriveForBusiness | ||
uid: 'outlook!Office.MailboxEnums.SaveLocation.OnedriveForBusiness:member' | ||
package: outlook! | ||
summary: |- | ||
OneDrive for Business. | ||
**Important**: For OneDrive Personal, use OTHER. | ||
- name: Other | ||
uid: 'outlook!Office.MailboxEnums.SaveLocation.Other:member' | ||
package: outlook! | ||
summary: 'Other cloud storage providers, including OneDrive Personal.' | ||
- name: PhotoLibrary | ||
uid: 'outlook!Office.MailboxEnums.SaveLocation.PhotoLibrary:member' | ||
package: outlook! | ||
summary: The device's photo library. | ||
- name: SharePoint | ||
uid: 'outlook!Office.MailboxEnums.SaveLocation.SharePoint:member' | ||
package: outlook! | ||
summary: >- | ||
SharePoint. Includes both SharePoint Online and SharePoint on-premises (if accessed with a Microsoft Entra ID | ||
account). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.