Skip to content

Commit ce27cef

Browse files
[Outlook] Fix typo (#5467)
1 parent 50a9895 commit ce27cef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/outlook/use-rest-api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ By setting the `isRest` option to `true`, you can request a token compatible wit
2929

3030
It is important to consider what level of access your add-in will need via the REST APIs. In most cases, the token returned by `getCallbackTokenAsync` will provide read-only access to the current item only. This is true even if your add-in specifies the [read/write item permission](understanding-outlook-add-in-permissions.md#readwrite-item-permission) level in its manifest.
3131

32-
If your add-in will require write access to the current item or other items in the user's mailbox, your add-in must specify the [read/write mailbox permission](understanding-outlook-add-in-permissions.md#readwrite-mailbox-permission).
33-
level in its manifest. In this case, the token returned will contain read/write access to the user's messages, events, and contacts.
32+
If your add-in will require write access to the current item or other items in the user's mailbox, your add-in must specify the [read/write mailbox permission](understanding-outlook-add-in-permissions.md#readwrite-mailbox-permission) level in its manifest. In this case, the token returned will contain read/write access to the user's messages, events, and contacts.
3433

3534
### Example
3635

0 commit comments

Comments
 (0)