From 651e050863684fe3d6282a193c752f335e3be73c Mon Sep 17 00:00:00 2001
From: Alex Jerabek <38896772+AlexJerabek@users.noreply.github.com>
Date: Fri, 6 Jul 2018 10:31:13 -0700
Subject: [PATCH] [office-js] Adding links to conceptual Outlook topics in
remarks (#27107)
* Linking Outlook Mode to conceptual page
* Pointing Outlook mode references at conceptual topics
* Fixing Table Brackets
* Adding missing table
---
types/office-js/index.d.ts | 762 +++++++++++++++++++------------------
1 file changed, 393 insertions(+), 369 deletions(-)
diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts
index 96a8ba975d..3291c3e2f5 100644
--- a/types/office-js/index.d.ts
+++ b/types/office-js/index.d.ts
@@ -478,7 +478,7 @@ declare namespace Office {
* @remarks
*
| {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
mailbox: Mailbox;
/**
@@ -503,7 +503,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
roamingSettings: RoamingSettings;
/**
@@ -554,7 +554,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or Read |
*/
interface Event {
@@ -576,7 +576,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param options Optional. An object literal that contains one or more of the following properties.
* allowEvent: A boolean value. When the completed method is used to signal completion of an event handler, this value indicates of the handled event should continue execution or be canceled. For example, an add-in that handles the ItemSend event can set allowEvent = false to cancel sending of the message.
@@ -5510,7 +5510,9 @@ declare namespace Office {
* [Api set: Mailbox 1.0]
*
* @remarks
- * Applicable Outlook mode: Compose or read
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
*/
enum AttachmentType {
/**
@@ -5532,7 +5534,9 @@ declare namespace Office {
* [Api set: Mailbox Preview]
*
* @remarks
- * Applicable Outlook mode: Compose or read
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
*
* @beta
*/
@@ -5584,7 +5588,9 @@ declare namespace Office {
* [Api set: Mailbox 1.0]
*
* @remarks
- * Applicable Outlook mode: Compose or read
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
*/
enum EntityType {
/**
@@ -5622,7 +5628,9 @@ declare namespace Office {
* [Api set: Mailbox 1.3]
*
* @remarks
- * Applicable Outlook mode: Compose or read
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
*/
enum ItemNotificationMessageType {
/**
@@ -5644,7 +5652,9 @@ declare namespace Office {
* [Api set: Mailbox 1.0]
*
* @remarks
- * Applicable Outlook mode: Compose or read
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
*/
enum ItemType {
/**
@@ -5662,8 +5672,10 @@ declare namespace Office {
* [Api set: Mailbox Preview]
*
* @remarks
- * Applicable Outlook mode: Compose or read
- *
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
+ *
* @beta
*/
enum Month {
@@ -5722,7 +5734,9 @@ declare namespace Office {
* [Api set: Mailbox 1.1]
*
* @remarks
- * Applicable Outlook mode: Compose or read
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
*/
enum RecipientType {
/**
@@ -5748,8 +5762,10 @@ declare namespace Office {
* [Api set: Mailbox Preview]
*
* @remarks
- * Applicable Outlook mode: Compose or read
- *
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
+ *
* @beta
*/
enum RecurrenceTimeZone {
@@ -6306,8 +6322,10 @@ declare namespace Office {
* [Api set: Mailbox Preview]
*
* @remarks
- * Applicable Outlook mode: Compose or read
- *
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
+ *
* @beta
*/
enum RecurrenceType {
@@ -6338,7 +6356,9 @@ declare namespace Office {
* [Api set: Mailbox 1.0]
*
* @remarks
- * Applicable Outlook mode: Compose or read
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
*/
enum ResponseType {
/**
@@ -6368,7 +6388,9 @@ declare namespace Office {
* [Api set: Mailbox 1.3]
*
* @remarks
- * Applicable Outlook mode: Compose or read
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
*/
enum RestVersion {
/**
@@ -6390,8 +6412,10 @@ declare namespace Office {
* [Api set: Mailbox Preview]
*
* @remarks
- * Applicable Outlook mode: Compose or read
- *
+ * |
+ * {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode}
+ * | Compose or read |
+ *
* @beta
*/
enum WeekNumber {
@@ -6438,7 +6462,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface AppointmentForm {
/**
@@ -6450,7 +6474,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
body: string;
/**
@@ -6474,7 +6498,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
end: Date;
/**
@@ -6493,7 +6517,7 @@ declare namespace Office {
* @remarks
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
location: string;
/**
@@ -6513,7 +6537,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
optionalAttendees: string[] | EmailAddressDetails[];
resources: string[];
@@ -6534,7 +6558,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
requiredAttendees: string[] | EmailAddressDetails[];
/**
@@ -6558,7 +6582,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
start: Date;
/**
@@ -6580,7 +6604,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
subject: string;
}
@@ -6594,7 +6618,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
interface AttachmentDetails {
/**
@@ -6630,7 +6654,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface Body {
/**
@@ -6645,7 +6669,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* In addition to the main signature, this method also has this signature:
*
@@ -6669,7 +6693,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param coercionType The format for the returned body.
* @param callback Optional. When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult. The body is provided in the requested format in the asyncResult.value property.
@@ -6684,7 +6708,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* @param options Optional. An object literal that contains one or more of the following properties.
* asyncContext: Developers can provide any object they wish to access in the callback method.
@@ -6703,7 +6727,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
*
@@ -6734,7 +6758,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
*
@@ -6755,7 +6779,7 @@ declare namespace Office {
*
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
*
* @param data The string to be inserted at the beginning of the body. The string is limited to 1,000,000 characters.
@@ -6773,7 +6797,7 @@ declare namespace Office {
*
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
*
* @param data The string to be inserted at the beginning of the body. The string is limited to 1,000,000 characters.
@@ -6791,7 +6815,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
| InvalidFormatError - The options.coercionType parameter is set to Office.CoercionType.Html and the message body is in plain text. |
*
@@ -6822,7 +6846,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
| InvalidFormatError - The options.coercionType parameter is set to Office.CoercionType.Html and the message body is in plain text. |
*
@@ -6844,7 +6868,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
| InvalidFormatError - The options.coercionType parameter is set to Office.CoercionType.Html and the message body is in plain text. |
*
@@ -6864,7 +6888,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
| InvalidFormatError - The options.coercionType parameter is set to Office.CoercionType.Html and the message body is in plain text. |
*
@@ -6884,7 +6908,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
| InvalidFormatError - The options.coercionType parameter is set to Office.CoercionType.Html and the message body is in plain text. |
*
@@ -6915,7 +6939,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
| InvalidFormatError - The options.coercionType parameter is set to Office.CoercionType.Html and the message body is in plain text. |
*
@@ -6937,7 +6961,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
| InvalidFormatError - The options.coercionType parameter is set to Office.CoercionType.Html and the message body is in plain text. |
*
@@ -6957,7 +6981,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The data parameter is longer than 1,000,000 characters. |
| InvalidFormatError - The options.coercionType parameter is set to Office.CoercionType.Html and the message body is in plain text. |
*
@@ -6975,7 +6999,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
interface Contact {
/**
@@ -7013,7 +7037,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface CustomProperties {
/**
@@ -7026,7 +7050,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
get(name: string): any;
/**
@@ -7041,7 +7065,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param name The name of the property to be set.
* @param value The value of the property to be set.
@@ -7058,7 +7082,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
remove(name: string): void;
/**
@@ -7076,7 +7100,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
saveAsync(callback?: (result: AsyncResult) => void, asyncContext?: any): void;
}
@@ -7088,7 +7112,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface Diagnostics {
/**
@@ -7101,7 +7125,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
hostName: string;
/**
@@ -7114,7 +7138,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
hostVersion: string;
/**
@@ -7137,7 +7161,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
OWAView: "string";
}
@@ -7149,7 +7173,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface EmailAddressDetails {
/**
@@ -7177,7 +7201,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
interface EmailUser {
/**
@@ -7209,7 +7233,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
interface Entities {
/**
@@ -7250,7 +7274,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* @beta
*/
@@ -7267,7 +7291,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* In addition to this signature, the method also has the following signature:
*
@@ -7291,7 +7315,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter, asyncResult, which is an AsyncResult object.
*/
@@ -7320,7 +7344,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
body: Office.Body;
/**
@@ -7332,7 +7356,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
dateTimeCreated: Date;
/**
@@ -7344,7 +7368,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* Note: This member is not supported in Outlook for iOS or Outlook for Android.
*/
@@ -7362,7 +7386,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
end: Time;
/**
@@ -7376,7 +7400,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
itemType: Office.MailboxEnums.ItemType;
/**
@@ -7388,7 +7412,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
location: Location;
/**
@@ -7400,7 +7424,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
notificationMessages: Office.NotificationMessages;
/**
@@ -7412,7 +7436,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
optionalAttendees: Recipients;
/**
@@ -7430,7 +7454,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* @beta
*/
@@ -7444,7 +7468,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
requiredAttendees: Recipients;
/**
@@ -7462,7 +7486,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* @beta
*/
@@ -7480,7 +7504,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
start: Time;
/**
@@ -7496,7 +7520,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
subject: Subject;
/**
@@ -7511,7 +7535,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -7543,7 +7567,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -7563,7 +7587,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -7586,7 +7610,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -7606,7 +7630,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* In addition to this signature, the method also has the following signature:
*
@@ -7632,7 +7656,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to addHandlerAsync.
@@ -7655,7 +7679,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -7688,7 +7712,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -7710,7 +7734,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -7734,7 +7758,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -7758,7 +7782,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*/
close(): void;
/**
@@ -7772,7 +7796,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* More information on {@link https://docs.microsoft.com/outlook/actionable-messages/invoke-add-in-from-actionable-message | actionable messages}.
*
@@ -7799,7 +7823,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* @param coercionType Requests a format for the data. If Text, the method returns the plain text as a string , removing any HTML tags present. If HTML, the method returns the selected text, whether it is plaintext or HTML.
* @param options An object literal that contains one or more of the following properties.
@@ -7823,7 +7847,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* @param coercionType Requests a format for the data. If Text, the method returns the plain text as a string , removing any HTML tags present. If HTML, the method returns the selected text, whether it is plaintext or HTML.
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
@@ -7842,7 +7866,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
* @param userContext Optional. Developers can provide any object they wish to access in the callback function. This object can be accessed by the asyncResult.asyncContext property in the callback function.
@@ -7859,7 +7883,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -7888,7 +7912,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -7906,7 +7930,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -7926,7 +7950,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -7945,7 +7969,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* In addition to this signature, the method also has the following signature:
*
@@ -7971,7 +7995,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to removeHandlerAsync.
@@ -8001,7 +8025,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -8039,7 +8063,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -8066,7 +8090,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -8095,7 +8119,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -8113,7 +8137,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -8143,7 +8167,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -8161,7 +8185,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -8182,7 +8206,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Appointment Organizer |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Organizer |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -8207,7 +8231,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* Note: Certain types of files are blocked by Outlook due to potential security issues and are therefore not returned. For more information, see {@link https://support.office.com/article/Blocked-attachments-in-Outlook-434752E1-02D3-4E90-9124-8B81E49A8519 | Blocked attachments in Outlook}.
*
@@ -8222,7 +8246,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
body: Office.Body;
/**
@@ -8234,7 +8258,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
dateTimeCreated: Date;
/**
@@ -8246,7 +8270,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* Note: This member is not supported in Outlook for iOS or Outlook for Android.
*/
@@ -8264,7 +8288,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
end: Date;
/**
@@ -8279,7 +8303,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* The itemClass property specifies the message class of the selected item. The following are the default message classes for the message or appointment item.
*
@@ -8316,7 +8340,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
itemId: string;
/**
@@ -8330,7 +8354,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
itemType: Office.MailboxEnums.ItemType;
/**
@@ -8344,7 +8368,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
location: string;
/**
@@ -8358,7 +8382,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
normalizedSubject: string;
/**
@@ -8370,7 +8394,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
notificationMessages: Office.NotificationMessages;
/**
@@ -8384,7 +8408,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
optionalAttendees: EmailAddressDetails[];
/**
@@ -8396,7 +8420,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
organizer: EmailAddressDetails;
/**
@@ -8414,7 +8438,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @beta
*/
@@ -8430,7 +8454,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
requiredAttendees: EmailAddressDetails[];
/**
@@ -8444,7 +8468,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
start: Date;
/**
@@ -8462,7 +8486,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @beta
*/
@@ -8480,7 +8504,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
subject: string;
@@ -8495,7 +8519,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* In addition to this signature, the method also has the following signature:
*
@@ -8522,7 +8546,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to addHandlerAsync.
@@ -8547,7 +8571,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @param formData A string that contains text and HTML and that represents the body of the reply form. The string is limited to 32 KB
* OR
@@ -8571,7 +8595,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @param formData A string that contains text and HTML and that represents the body of the reply form. The string is limited to 32 KB.
* OR
@@ -8589,7 +8613,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* In addition to this signature, the method also has the following signature:
*
@@ -8613,7 +8637,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @param callback Optional. When the method completes, the function passed in the callback parameter is called with a single parameter, asyncResult, which is an AsyncResult object. On success, the initialization data is provided in the asyncResult.value property as a string. If there is no initialization context, the asyncResult object will contain an Error object with its code property set to 9020 and its name property set to GenericResponseError.
*
@@ -8631,7 +8655,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
getEntities(): Entities;
/**
@@ -8649,7 +8673,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* While the minimum permission level to use this method is Restricted, some entity types require ReadItem to access, as specified in the following table.
*
@@ -8710,7 +8734,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @param name The name of the ItemHasKnownEntity rule element that defines the filter to match.
* @returns If there is no ItemHasKnownEntity element in the manifest with a FilterName element value that matches the name parameter, the method returns null. If the name parameter does match an ItemHasKnownEntity element in the manifest, but there are no entities in the current item that match, the method return an empty array.
@@ -8734,7 +8758,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
getRegExMatches(): any;
/**
@@ -8755,7 +8779,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @param name The name of the ItemHasRegularExpressionMatch rule element that defines the filter to match.
*/
@@ -8771,7 +8795,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @param name The name of the ItemHasRegularExpressionMatch rule element that defines the filter to match.
*/
@@ -8794,7 +8818,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*/
getSelectedRegExMatches(): any;
/**
@@ -8810,7 +8834,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
* @param userContext Optional. Developers can provide any object they wish to access in the callback function. This object can be accessed by the asyncResult.asyncContext property in the callback function.
@@ -8828,7 +8852,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* In addition to this signature, the method also has the following signature:
*
@@ -8854,7 +8878,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Appointment Attendee |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Appointment Attendee |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to removeHandlerAsync.
@@ -8873,7 +8897,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface Item {
/**
@@ -8885,7 +8909,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
body: Office.Body;
/**
@@ -8897,7 +8921,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
dateTimeCreated: Date;
/**
@@ -8909,7 +8933,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* Note: This member is not supported in Outlook for iOS or Outlook for Android.
*/
@@ -8925,7 +8949,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
itemType: Office.MailboxEnums.ItemType;
/**
@@ -8937,7 +8961,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
notificationMessages: Office.NotificationMessages;
@@ -8956,7 +8980,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @beta
*/
@@ -8977,7 +9001,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @beta
*/
@@ -8994,7 +9018,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* In addition to this signature, the method also has the following signature:
*
@@ -9021,7 +9045,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to addHandlerAsync.
@@ -9044,7 +9068,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
* @param userContext Optional. Developers can provide any object they wish to access in the callback function. This object can be accessed by the asyncResult.asyncContext property in the callback function.
@@ -9062,7 +9086,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* In addition to this signature, the method also has the following signature:
*
@@ -9089,7 +9113,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to removeHandlerAsync.
@@ -9118,7 +9142,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
subject: Subject;
/**
@@ -9133,7 +9157,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. | | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -9165,7 +9189,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -9185,7 +9209,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -9208,7 +9232,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -9232,7 +9256,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -9265,7 +9289,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -9287,7 +9311,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -9311,7 +9335,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -9336,7 +9360,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*/
close(): void;
/**
@@ -9350,7 +9374,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* More information on {@link https://docs.microsoft.com/outlook/actionable-messages/invoke-add-in-from-actionable-message | actionable messages}.
*
@@ -9377,7 +9401,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* @param coercionType Requests a format for the data. If Text, the method returns the plain text as a string , removing any HTML tags present. If HTML, the method returns the selected text, whether it is plaintext or HTML.
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
@@ -9399,7 +9423,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* @param coercionType Requests a format for the data. If Text, the method returns the plain text as a string , removing any HTML tags present. If HTML, the method returns the selected text, whether it is plaintext or HTML.
* @param options An object literal that contains one or more of the following properties.
@@ -9418,7 +9442,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9447,7 +9471,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9465,7 +9489,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9485,7 +9509,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9515,7 +9539,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9553,7 +9577,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9580,7 +9604,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9609,7 +9633,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9627,7 +9651,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9657,7 +9681,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9675,7 +9699,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9696,7 +9720,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -9719,7 +9743,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* Note: Certain types of files are blocked by Outlook due to potential security issues and are therefore not returned. For more information, see {@link https://support.office.com/article/Blocked-attachments-in-Outlook-434752E1-02D3-4E90-9124-8B81E49A8519 | Blocked attachments in Outlook}.
*
@@ -9737,7 +9761,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* The itemClass property specifies the message class of the selected item. The following are the default message classes for the message or appointment item.
*
@@ -9773,7 +9797,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
itemId: string;
/**
@@ -9787,7 +9811,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
normalizedSubject: string;
/**
@@ -9803,7 +9827,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
subject: string;
/**
@@ -9822,7 +9846,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* @param formData A string that contains text and HTML and that represents the body of the reply form. The string is limited to 32 KB
* OR
@@ -9846,7 +9870,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* @param formData A string that contains text and HTML and that represents the body of the reply form. The string is limited to 32 KB.
* OR
@@ -9864,7 +9888,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* In addition to this signature, the method also has the following signature:
*
@@ -9888,7 +9912,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* @param callback Optional. When the method completes, the function passed in the callback parameter is called with a single parameter, asyncResult, which is an AsyncResult object. On success, the initialization data is provided in the asyncResult.value property as a string. If there is no initialization context, the asyncResult object will contain an Error object with its code property set to 9020 and its name property set to GenericResponseError.
*
@@ -9906,7 +9930,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
getEntities(): Entities;
/**
@@ -9924,7 +9948,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* While the minimum permission level to use this method is Restricted, some entity types require ReadItem to access, as specified in the following table.
*
@@ -9985,7 +10009,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* @param name The name of the ItemHasKnownEntity rule element that defines the filter to match.
* @returns If there is no ItemHasKnownEntity element in the manifest with a FilterName element value that matches the name parameter, the method returns null. If the name parameter does match an ItemHasKnownEntity element in the manifest, but there are no entities in the current item that match, the method return an empty array.
@@ -10009,7 +10033,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
getRegExMatches(): any;
/**
@@ -10030,7 +10054,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* @param name The name of the ItemHasRegularExpressionMatch rule element that defines the filter to match.
*/
@@ -10046,7 +10070,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* @param name The name of the ItemHasRegularExpressionMatch rule element that defines the filter to match.
*/
@@ -10069,7 +10093,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
getSelectedRegExMatches(): any;
}
@@ -10092,7 +10116,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
conversationId: string;
}
@@ -10112,7 +10136,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*/
bcc: Recipients;
/**
@@ -10124,7 +10148,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*/
body: Office.Body;
/**
@@ -10138,7 +10162,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*/
cc: Recipients;
/**
@@ -10150,7 +10174,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*/
dateTimeCreated: Date;
/**
@@ -10162,7 +10186,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* Note: This member is not supported in Outlook for iOS or Outlook for Android.
*/
@@ -10180,7 +10204,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* @beta
*/
@@ -10196,7 +10220,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*/
itemType: Office.MailboxEnums.ItemType;
/**
@@ -10208,7 +10232,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*/
notificationMessages: Office.NotificationMessages;
/**
@@ -10226,7 +10250,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* @beta
*/
@@ -10246,7 +10270,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* @beta
*/
@@ -10264,7 +10288,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*/
subject: Subject;
/**
@@ -10278,7 +10302,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*/
to: Recipients;
@@ -10294,7 +10318,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -10326,7 +10350,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -10346,7 +10370,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -10369,7 +10393,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | AttachmentSizeExceeded - The attachment is larger than allowed. |
| FileTypeNotSupported - The attachment has an extension that is not allowed. |
| NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -10389,7 +10413,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* In addition to this signature, the method also has the following signature:
*
@@ -10415,7 +10439,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to addHandlerAsync.
@@ -10438,7 +10462,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -10471,7 +10495,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -10493,7 +10517,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -10517,7 +10541,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | NumberOfAttachmentsExceeded - The message or appointment has too many attachments. |
*
@@ -10541,7 +10565,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*/
close(): void;
/**
@@ -10555,7 +10579,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* More information on {@link https://docs.microsoft.com/outlook/actionable-messages/invoke-add-in-from-actionable-message | actionable messages}.
*
@@ -10582,7 +10606,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* @param coercionType Requests a format for the data. If Text, the method returns the plain text as a string , removing any HTML tags present. If HTML, the method returns the selected text, whether it is plaintext or HTML.
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
@@ -10604,7 +10628,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* @param coercionType Requests a format for the data. If Text, the method returns the plain text as a string , removing any HTML tags present. If HTML, the method returns the selected text, whether it is plaintext or HTML.
* @param options An object literal that contains one or more of the following properties.
@@ -10625,7 +10649,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
* @param userContext Optional. Developers can provide any object they wish to access in the callback function. This object can be accessed by the asyncResult.asyncContext property in the callback function.
@@ -10642,7 +10666,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10671,7 +10695,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10689,7 +10713,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10709,7 +10733,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10728,7 +10752,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* In addition to this signature, the method also has the following signature:
*
@@ -10754,7 +10778,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to removeHandlerAsync.
@@ -10784,7 +10808,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10822,7 +10846,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10849,7 +10873,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10878,7 +10902,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10896,7 +10920,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10926,7 +10950,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10944,7 +10968,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10965,7 +10989,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Message Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Compose |
*
* | Errors | InvalidAttachmentId - The attachment identifier does not exist. |
*
@@ -10989,7 +11013,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* Note: Certain types of files are blocked by Outlook due to potential security issues and are therefore not returned. For more information, see {@link https://support.office.com/article/Blocked-attachments-in-Outlook-434752E1-02D3-4E90-9124-8B81E49A8519 | Blocked attachments in Outlook}.
*
@@ -11004,7 +11028,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
body: Office.Body;
/**
@@ -11018,7 +11042,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
cc: EmailAddressDetails[];
/**
@@ -11030,7 +11054,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
dateTimeCreated: Date;
/**
@@ -11042,7 +11066,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* Note: This member is not supported in Outlook for iOS or Outlook for Android.
*/
@@ -11062,7 +11086,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
from: EmailAddressDetails;
/**
@@ -11074,7 +11098,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
internetMessageId: string;
/**
@@ -11088,7 +11112,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
* The itemClass property specifies the message class of the selected item. The following are the default message classes for the message or appointment item.
*
@@ -11125,7 +11149,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
itemId: string;
/**
@@ -11139,7 +11163,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
itemType: Office.MailboxEnums.ItemType;
/**
@@ -11153,7 +11177,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
normalizedSubject: string;
/**
@@ -11165,7 +11189,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
notificationMessages: Office.NotificationMessages;
/**
@@ -11183,7 +11207,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @beta
*/
@@ -11203,7 +11227,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @beta
*/
@@ -11221,7 +11245,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
sender: EmailAddressDetails;
/**
@@ -11237,7 +11261,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
subject: string;
/**
@@ -11251,7 +11275,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
to: EmailAddressDetails[];
@@ -11266,7 +11290,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* In addition to this signature, the method also has the following signature:
*
@@ -11293,7 +11317,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to addHandlerAsync.
@@ -11318,7 +11342,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @param formData A string that contains text and HTML and that represents the body of the reply form. The string is limited to 32 KB
* OR
@@ -11342,7 +11366,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @param formData A string that contains text and HTML and that represents the body of the reply form. The string is limited to 32 KB.
* OR
@@ -11360,7 +11384,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* In addition to this signature, the method also has the following signature:
*
@@ -11384,7 +11408,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @param callback Optional. When the method completes, the function passed in the callback parameter is called with a single parameter, asyncResult, which is an AsyncResult object. On success, the initialization data is provided in the asyncResult.value property as a string. If there is no initialization context, the asyncResult object will contain an Error object with its code property set to 9020 and its name property set to GenericResponseError.
*
@@ -11402,7 +11426,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
getEntities(): Entities;
/**
@@ -11421,7 +11445,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* While the minimum permission level to use this method is Restricted, some entity types require ReadItem to access, as specified in the following table.
*
@@ -11482,7 +11506,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @param name The name of the ItemHasKnownEntity rule element that defines the filter to match.
* @returns If there is no ItemHasKnownEntity element in the manifest with a FilterName element value that matches the name parameter, the method returns null. If the name parameter does match an ItemHasKnownEntity element in the manifest, but there are no entities in the current item that match, the method return an empty array.
@@ -11506,7 +11530,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
getRegExMatches(): any;
/**
@@ -11527,7 +11551,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @param name The name of the ItemHasRegularExpressionMatch rule element that defines the filter to match.
*/
@@ -11543,7 +11567,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @param name The name of the ItemHasRegularExpressionMatch rule element that defines the filter to match.
*/
@@ -11566,7 +11590,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*/
getSelectedRegExMatches(): any;
/**
@@ -11582,7 +11606,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
* @param userContext Optional. Developers can provide any object they wish to access in the callback function. This object can be accessed by the asyncResult.asyncContext property in the callback function.
@@ -11599,7 +11623,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* In addition to this signature, the method also has the following signature:
*
@@ -11625,7 +11649,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Message Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Message Read |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to removeHandlerAsync.
@@ -11645,7 +11669,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
interface LocalClientTime {
/**
@@ -11689,7 +11713,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*/
interface Location {
/**
@@ -11706,7 +11730,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* In addition to this signature, the method also has the following signature:
*
@@ -11726,7 +11750,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*/
getAsync(callback: (result: AsyncResult) => void): void;
/**
@@ -11744,7 +11768,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The location parameter is longer than 255 characters. |
*
@@ -11769,7 +11793,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The location parameter is longer than 255 characters. |
*/
@@ -11788,7 +11812,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The location parameter is longer than 255 characters. |
*/
@@ -11806,7 +11830,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The location parameter is longer than 255 characters. |
*/
@@ -11828,7 +11852,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface Mailbox {
/**
@@ -11849,7 +11873,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
diagnostics: Office.Diagnostics;
/**
@@ -11865,7 +11889,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* The ewsUrl value can be used by a remote service to make EWS calls to the user's mailbox. For example, you can create a remote service to {@link https://msdn.microsoft.com/library/office/dn148008.aspx | get attachments from the selected item}.
*
@@ -11891,7 +11915,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* The restUrl value can be used to make {@link https://docs.microsoft.com/outlook/rest/ | REST API} calls to the user's mailbox.
*/
@@ -11913,7 +11937,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param eventType The event that should invoke the handler.
* @param handler The function to handle the event. The function must accept a single parameter, which is an object literal. The type property on the parameter will match the eventType parameter passed to addHandlerAsync.
@@ -11934,7 +11958,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param itemId An item ID formatted for the Outlook REST APIs.
* @param restVersion A value indicating the version of the Outlook REST API used to retrieve the item ID.
@@ -11953,7 +11977,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param timeValue A Date object.
*/
@@ -11969,7 +11993,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* Item IDs retrieved via EWS or via the itemId property use a different format than the format used by REST APIs (such as the {@link https://msdn.microsoft.com/office/office365/APi/mail-rest-operations | Outlook Mail API} or the {@link http://graph.microsoft.io/ | Microsoft Graph}. The convertToRestId method converts an EWS-formatted ID into the proper format for REST.
*
@@ -11988,7 +12012,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param input The local time value to convert.
* @returns A Date object with the time expressed in UTC.
@@ -12013,7 +12037,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param itemId The Exchange Web Services (EWS) identifier for an existing calendar appointment.
*/
@@ -12037,7 +12061,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param itemId The Exchange Web Services (EWS) identifier for an existing message.
*/
@@ -12061,7 +12085,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* @param parameters An AppointmentForm describing the new appointment. All properties are optional.
*/
@@ -12079,7 +12103,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*
* @param parameters A dictionary containing all values to be filled in for the user in the new form. All parameters are optional.
* toRecipients: An array of strings containing the email addresses or an array containing an {@link Office.EmailAddressDetails} object for each of the recipients on the To line. The array is limited to a maximum of 100 entries.
@@ -12120,7 +12144,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose and read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose and read |
*
* In addition to this signature, the method has the following signatures:
*
@@ -12151,7 +12175,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose and read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose and read |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult. The token is provided as a string in the asyncResult.value property.
*/
@@ -12173,7 +12197,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose and read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose and read |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult. The token is provided as a string in the asyncResult.value property.
* @param userContext Optional. Any state data that is passed to the asynchronous method.
@@ -12190,7 +12214,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose and read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose and read |
*
* The getUserIdentityTokenAsync method returns a token that you can use to identify and {@link https://msdn.microsoft.com/library/office/fp179828.aspx | authenticate the add-in and user with a third-party system}.
*
@@ -12231,7 +12255,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteMailbox |
*
- * | Applicable Outlook mode | Compose and read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose and read |
*
* @param data The EWS request.
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
@@ -12252,7 +12276,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
interface MeetingSuggestion {
/**
@@ -12288,7 +12312,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface NotificationMessageDetails {
/**
@@ -12320,7 +12344,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface NotificationMessages {
/**
@@ -12339,7 +12363,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* In addition to this signature, the method also has the following signatures:
*
@@ -12364,7 +12388,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
addAsync(key: string, JSONmessage: NotificationMessageDetails): void;
/**
@@ -12382,7 +12406,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
addAsync(key: string, JSONmessage: NotificationMessageDetails, options: Office.AsyncContextOptions): void;
/**
@@ -12399,7 +12423,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
addAsync(key: string, JSONmessage: NotificationMessageDetails, callback: (result: AsyncResult) => void): void;
/**
@@ -12410,7 +12434,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* In addition to the main signature, this method also has this signature:
*
@@ -12429,7 +12453,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param callback Optional. When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
*/
@@ -12442,7 +12466,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* In addition to the main signature, this method also has these signatures:
*
@@ -12466,7 +12490,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param key The key for the notification message to remove.
*/
@@ -12479,7 +12503,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param key The key for the notification message to remove.
* @param options Optional. An object literal that contains one or more of the following properties.
@@ -12494,7 +12518,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param key The key for the notification message to remove.
* @param callback Optional. When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
@@ -12510,7 +12534,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* In addition to the main signature, this method also has these signatures:
*
@@ -12537,7 +12561,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param key The key for the notification message to replace. It can't be longer than 32 characters.
* @param JSONmessage A JSON object that contains the new notification message to replace the existing message. It contains a NotificationMessageDetails object.
@@ -12553,7 +12577,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param key The key for the notification message to replace. It can't be longer than 32 characters.
* @param JSONmessage A JSON object that contains the new notification message to replace the existing message. It contains a NotificationMessageDetails object.
@@ -12571,7 +12595,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param key The key for the notification message to replace. It can't be longer than 32 characters.
* @param JSONmessage A JSON object that contains the new notification message to replace the existing message. It contains a NotificationMessageDetails object.
@@ -12589,7 +12613,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
interface PhoneNumber {
/**
@@ -12611,7 +12635,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*/
interface Recipients {
/**
@@ -12630,7 +12654,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfRecipientsExceeded - The number of recipients exceeded 100 entries. |
*
@@ -12664,7 +12688,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfRecipientsExceeded - The number of recipients exceeded 100 entries. |
*
@@ -12687,7 +12711,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfRecipientsExceeded - The number of recipients exceeded 100 entries. |
*
@@ -12712,7 +12736,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfRecipientsExceeded - The number of recipients exceeded 100 entries. |
*
@@ -12730,7 +12754,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* In addition to the main signature, this method also has this signature:
*
@@ -12751,7 +12775,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
*/
@@ -12774,7 +12798,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfRecipientsExceeded - The number of recipients exceeded 100 entries. |
*
@@ -12810,7 +12834,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfRecipientsExceeded - The number of recipients exceeded 100 entries. |
*
@@ -12835,7 +12859,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfRecipientsExceeded - The number of recipients exceeded 100 entries. |
*
@@ -12862,7 +12886,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | NumberOfRecipientsExceeded - The number of recipients exceeded 100 entries. |
*
@@ -12882,7 +12906,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* **States**
*
@@ -12936,7 +12960,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
recurrenceProperties: RecurrenceProperties;
/**
@@ -12948,7 +12972,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
recurrenceTimeZone: Office.MailboxEnums.RecurrenceTimeZone;
@@ -12961,7 +12985,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
recurrenceType: Office.MailboxEnums.RecurrenceType;
@@ -12974,7 +12998,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
seriesTime: Office.SeriesTime;
@@ -12989,7 +13013,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* In addition to the main signature, this method also has this signature:
*
@@ -13012,7 +13036,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param callback Optional. When the method completes, the function passed in the callback parameter is called with a single parameter, asyncResult, which is an AsyncResult object.
*/
@@ -13029,7 +13053,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidEndTime - The appointment end time is before its start time. |
*
@@ -13055,7 +13079,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidEndTime - The appointment end time is before its start time. |
*
@@ -13074,7 +13098,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @beta
*/
@@ -13168,7 +13192,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface RoamingSettings {
/**
@@ -13179,7 +13203,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param name The case-sensitive name of the setting to retrieve.
* @returns Type: String | Number | Boolean | Object | Array
@@ -13193,7 +13217,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param name The case-sensitive name of the setting to remove.
*/
@@ -13208,7 +13232,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param callback Optional? When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
*/
@@ -13227,7 +13251,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | Restricted |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @param name The case-sensitive name of the setting to set or create.
* @param value Specifies the value to be stored.
@@ -13243,7 +13267,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* @beta
*/
@@ -13256,7 +13280,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
getDuration(): number;
@@ -13268,7 +13292,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
getEndDate(): string;
@@ -13280,7 +13304,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
getEndTime(): string;
@@ -13292,7 +13316,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
getStartDate(): string;
@@ -13304,7 +13328,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
getStartTime(): string;
@@ -13316,7 +13340,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* @param minutes The length of the appointment in minutes.
*/
@@ -13330,7 +13354,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | Invalid date format - The date is not in an acceptable format. |
*
@@ -13351,7 +13375,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | Invalid date format - The date is not in an acceptable format. |
*
@@ -13366,7 +13390,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | Invalid date format - The date is not in an acceptable format. |
*
@@ -13388,7 +13412,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | Invalid date format - The date is not in an acceptable format. |
*
@@ -13404,7 +13428,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | Invalid time format - The time is not in an acceptable format. |
*
@@ -13425,7 +13449,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | Invalid time format - The time is not in an acceptable format. |
*
@@ -13442,7 +13466,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*/
interface Subject {
/**
@@ -13455,7 +13479,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* In addition to the main signature, this method also has this signature:
*
@@ -13475,7 +13499,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
*/
@@ -13490,7 +13514,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The subject parameter is longer than 255 characters. |
*
@@ -13518,7 +13542,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The subject parameter is longer than 255 characters. |
*
@@ -13535,7 +13559,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The subject parameter is longer than 255 characters. |
*
@@ -13554,7 +13578,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | DataExceedsMaximumSize - The subject parameter is longer than 255 characters. |
*
@@ -13574,7 +13598,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Read |
*/
interface TaskSuggestion {
/**
@@ -13594,7 +13618,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*/
interface Time {
/**
@@ -13607,7 +13631,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* In addition to the main signature, this method also has this signature:
*
@@ -13628,7 +13652,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* @param callback When the method completes, the function passed in the callback parameter is called with a single parameter of type AsyncResult.
*/
@@ -13645,7 +13669,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidEndTime - The appointment end time is before the appointment start time. |
*
@@ -13675,7 +13699,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidEndTime - The appointment end time is before the appointment start time. |
*
@@ -13694,7 +13718,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidEndTime - The appointment end time is before the appointment start time. |
*
@@ -13715,7 +13739,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadWriteItem |
*
- * | Applicable Outlook mode | Compose |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose |
*
* | Errors | InvalidEndTime - The appointment end time is before the appointment start time. |
*
@@ -13733,7 +13757,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
interface UserProfile {
/**
@@ -13747,7 +13771,7 @@ declare namespace Office {
*
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*
* The possible account types are listed in the following table.
*
@@ -13783,7 +13807,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
displayName: string;
/**
@@ -13794,7 +13818,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
emailAddress: string;
/**
@@ -13805,7 +13829,7 @@ declare namespace Office {
* @remarks
* | {@link https://docs.microsoft.com/outlook/add-ins/understanding-outlook-add-in-permissions | Minimum permission level} | ReadItem |
*
- * | Applicable Outlook mode | Compose or read |
+ * | {@link https://docs.microsoft.com/outlook/add-ins/#extension-points | Applicable Outlook mode} | Compose or read |
*/
timeZone: string;
}