Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/includes/outlook-1_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
||[remove(name: string)](/javascript/api/outlook/office.customproperties#outlook-office-customproperties-remove-member(1))|Removes the specified property from the custom property collection.|
||[saveAsync(asyncContext?: any)](/javascript/api/outlook/office.customproperties#outlook-office-customproperties-saveasync-member(1))|Saves custom properties to a message or appointment.|
||[saveAsync(callback: (asyncResult: Office.AsyncResult<void>) => void, asyncContext?: any)](/javascript/api/outlook/office.customproperties#outlook-office-customproperties-saveasync-member(1))|Saves custom properties to a message or appointment.|
||[set(name: string, value: string)](/javascript/api/outlook/office.customproperties#outlook-office-customproperties-set-member(1))|Sets the specified property to the specified value.|
|[Diagnostics](/javascript/api/outlook/office.diagnostics)|[OWAView](/javascript/api/outlook/office.diagnostics#outlook-office-diagnostics-owaview-member)|Gets a string that represents the current view of Outlook on the web.|
||[hostName](/javascript/api/outlook/office.diagnostics#outlook-office-diagnostics-hostname-member)|Gets a string that represents the type of Outlook client.|
||[hostVersion](/javascript/api/outlook/office.diagnostics#outlook-office-diagnostics-hostversion-member)|Gets a string that represents the version of either the Outlook client or the Exchange Server (for example, "15.0.468.0").|
Expand Down Expand Up @@ -75,6 +76,7 @@
|[RoamingSettings](/javascript/api/outlook/office.roamingsettings)|[get(name: string)](/javascript/api/outlook/office.roamingsettings#outlook-office-roamingsettings-get-member(1))|Retrieves the specified setting.|
||[remove(name: string)](/javascript/api/outlook/office.roamingsettings#outlook-office-roamingsettings-remove-member(1))|Removes the specified setting.|
||[saveAsync(callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.roamingsettings#outlook-office-roamingsettings-saveasync-member(1))|Saves the settings.|
||[set(name: string, value: any)](/javascript/api/outlook/office.roamingsettings#outlook-office-roamingsettings-set-member(1))|Sets or creates the specified setting.|
|[Subject](/javascript/api/outlook/office.subject)|[getAsync(callback: (asyncResult: Office.AsyncResult<string>) => void)](/javascript/api/outlook/office.subject#outlook-office-subject-getasync-member(1))|Gets the subject of an appointment or message.|
||[getAsync(options: Office.AsyncContextOptions, callback: (asyncResult: Office.AsyncResult<string>) => void)](/javascript/api/outlook/office.subject#outlook-office-subject-getasync-member(1))|Gets the subject of an appointment or message.|
||[setAsync(subject: string, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.subject#outlook-office-subject-setasync-member(1))|Sets the subject of an appointment or message.|
Expand Down
8 changes: 8 additions & 0 deletions docs/includes/outlook-1_11.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
|:---|:---|:---|
|[AppointmentCompose](/javascript/api/outlook/office.appointmentcompose)|[sessionData](/javascript/api/outlook/office.appointmentcompose#outlook-office-appointmentcompose-sessiondata-member)|Manages the {@link Office.SessionData | SessionData} of an item in Compose mode.|
|[MessageCompose](/javascript/api/outlook/office.messagecompose)|[sessionData](/javascript/api/outlook/office.messagecompose#outlook-office-messagecompose-sessiondata-member)|Manages the {@link Office.SessionData | SessionData} of an item in Compose mode.|
|[SessionData](/javascript/api/outlook/office.sessiondata)|[clearAsync(callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-clearasync-member(1))|Clears all session data key-value pairs.|
||[clearAsync(options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-clearasync-member(1))|Clears all session data key-value pairs.|
||[getAllAsync(callback: (asyncResult: Office.AsyncResult<object>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-getallasync-member(1))|Gets all session data key-value pairs.|
||[getAsync(name: string, callback: (asyncResult: Office.AsyncResult<string>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-getasync-member(1))|Gets the session data value of the specified key.|
||[removeAsync(name: string, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-removeasync-member(1))|Removes a session data key-value pair.|
||[removeAsync(name: string, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-removeasync-member(1))|Removes a session data key-value pair.|
||[setAsync(name: string, value: string, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-setasync-member(1))|Sets a session data key-value pair.|
||[setAsync(name: string, value: string, options: Office.AsyncContextOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void)](/javascript/api/outlook/office.sessiondata#outlook-office-sessiondata-setasync-member(1))|Sets a session data key-value pair.|
7 changes: 7 additions & 0 deletions docs/includes/outlook-1_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
|:---|:---|:---|
|[DragAndDropEventArgs](/javascript/api/outlook/office.draganddropeventargs)|[dragAndDropEventData](/javascript/api/outlook/office.draganddropeventargs#outlook-office-draganddropeventargs-draganddropeventdata-member)|Gets the details about the mouse pointer position within an add-in's task pane and the messages or file attachments being dragged and dropped into the task pane.|
||[type](/javascript/api/outlook/office.draganddropeventargs#outlook-office-draganddropeventargs-type-member)|Gets the type of the event.|
|[DragoverEventData](/javascript/api/outlook/office.dragovereventdata)|[pageX](/javascript/api/outlook/office.dragovereventdata#outlook-office-dragovereventdata-pagex-member)|Gets the x-coordinate of the mouse pointer that represents the horizontal position in pixels.|
||[pageY](/javascript/api/outlook/office.dragovereventdata#outlook-office-dragovereventdata-pagey-member)|Gets the y-coordinate of the mouse pointer that represents the vertical position in pixels.|
||[type](/javascript/api/outlook/office.dragovereventdata#outlook-office-dragovereventdata-type-member)|Gets the type of drag-and-drop event.|
|[DropEventData](/javascript/api/outlook/office.dropeventdata)|[dataTransfer](/javascript/api/outlook/office.dropeventdata#outlook-office-dropeventdata-datatransfer-member)|Gets the messages or file attachments being dragged and dropped into an add-in's task pane.|
||[pageX](/javascript/api/outlook/office.dropeventdata#outlook-office-dropeventdata-pagex-member)|Gets the x-coordinate of the mouse pointer that represents the horizontal position in pixels.|
||[pageY](/javascript/api/outlook/office.dropeventdata#outlook-office-dropeventdata-pagey-member)|Gets the y-coordinate of the mouse pointer that represents the vertical position in pixels.|
||[type](/javascript/api/outlook/office.dropeventdata#outlook-office-dropeventdata-type-member)|Gets the type of drag-and-drop event.|
|[DroppedItemDetails](/javascript/api/outlook/office.droppeditemdetails)|[fileContent](/javascript/api/outlook/office.droppeditemdetails#outlook-office-droppeditemdetails-filecontent-member)|Gets the contents of the file being dragged and dropped.|
||[name](/javascript/api/outlook/office.droppeditemdetails#outlook-office-droppeditemdetails-name-member)|Gets the name of the file being dragged and dropped.|
||[type](/javascript/api/outlook/office.droppeditemdetails#outlook-office-droppeditemdetails-type-member)|Gets the type of the file being dragged and dropped.|
Expand Down
Loading