|
473 | 473 | Retrieves the Exchange Web Services (EWS) endpoint URL and item IDs and |
474 | 474 | converts item IDs for different protocols. |
475 | 475 | rawUrl: >- |
476 | | - https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/ids-and-urls.yaml |
477 | | - group: Tokens And Service Calls For Exchange On-Premises Environments |
| 476 | + https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/ids-and-urls.yaml |
| 477 | + group: Tokens For Exchange On-Premises |
478 | 478 | api_set: |
479 | 479 | Mailbox: '1.5' |
480 | 480 | - id: outlook-tokens-and-service-calls-user-identity-token |
|
484 | 484 | Gets a user identity token for authentication flows in an Exchange |
485 | 485 | on-premises environment. |
486 | 486 | rawUrl: >- |
487 | | - https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/user-identity-token.yaml |
488 | | - group: Tokens And Service Calls For Exchange On-Premises Environments |
| 487 | + https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/user-identity-token.yaml |
| 488 | + group: Tokens For Exchange On-Premises |
489 | 489 | api_set: |
490 | 490 | Mailbox: '1.1' |
491 | 491 | - id: outlook-tokens-and-service-calls-user-callback-token |
|
495 | 495 | Gets a callback token to call Outlook services from an add-in's backend |
496 | 496 | service in an Exchange on-premises environment. |
497 | 497 | rawUrl: >- |
498 | | - https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/user-callback-token.yaml |
499 | | - group: Tokens And Service Calls For Exchange On-Premises Environments |
| 498 | + https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/user-callback-token.yaml |
| 499 | + group: Tokens For Exchange On-Premises |
500 | 500 | api_set: |
501 | 501 | Mailbox: '1.1' |
502 | 502 | - id: outlook-tokens-and-service-calls-make-ews-request-async |
|
508 | 508 | Uses EWS in an Exchange on-premises environment to get a message without any |
509 | 509 | backend code. |
510 | 510 | rawUrl: >- |
511 | | - https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/make-ews-request-async.yaml |
512 | | - group: Tokens And Service Calls For Exchange On-Premises Environments |
| 511 | + https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/make-ews-request-async.yaml |
| 512 | + group: Tokens For Exchange On-Premises |
513 | 513 | api_set: |
514 | 514 | Mailbox: '1.1' |
515 | 515 | - id: outlook-tokens-and-service-calls-send-message-using-make-ews-request-async |
|
521 | 521 | Uses EWS in an Exchange on-premises environment to send a message without |
522 | 522 | any backend code. |
523 | 523 | rawUrl: >- |
524 | | - https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/send-message-using-make-ews-request-async.yaml |
525 | | - group: Tokens And Service Calls For Exchange On-Premises Environments |
| 524 | + https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/send-message-using-make-ews-request-async.yaml |
| 525 | + group: Tokens For Exchange On-Premises |
526 | 526 | api_set: |
527 | 527 | Mailbox: '1.1' |
528 | 528 | - id: outlook-tokens-and-service-calls-get-icaluid-as-organizer |
|
532 | 532 | Uses Exchange Web Services (EWS) in an Exchange on-premises environment to |
533 | 533 | get an appointment's iCalUId value where the user is the organizer. |
534 | 534 | rawUrl: >- |
535 | | - https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/get-icaluid-as-organizer.yaml |
536 | | - group: Tokens And Service Calls For Exchange On-Premises Environments |
| 535 | + https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/get-icaluid-as-organizer.yaml |
| 536 | + group: Tokens For Exchange On-Premises |
537 | 537 | api_set: |
538 | 538 | Mailbox: '1.3' |
539 | 539 | - id: outlook-tokens-and-service-calls-get-icaluid-as-attendee |
|
543 | 543 | Uses Exchange Web Services (EWS) in an Exchange on-premises environment to |
544 | 544 | get an appointment's iCalUId value where the user is an attendee. |
545 | 545 | rawUrl: >- |
546 | | - https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-and-service-calls-for-exchange-on-premises-environments/get-icaluid-as-attendee.yaml |
547 | | - group: Tokens And Service Calls For Exchange On-Premises Environments |
| 546 | + https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/outlook/85-tokens-for-exchange-on-premises/get-icaluid-as-attendee.yaml |
| 547 | + group: Tokens For Exchange On-Premises |
548 | 548 | api_set: |
549 | 549 | Mailbox: '1.1' |
550 | 550 | - id: outlook-other-item-apis-get-subject-read |
|
0 commit comments