[office-js] [office-js-preview] (Outlook) Update options param info (#34127)

This commit is contained in:
Elizabeth Samuel
2019-03-23 21:29:39 -07:00
committed by Sheetal Nandi
parent c7e3f70c73
commit a642ee239c
2 changed files with 10 additions and 10 deletions

View File

@@ -968,11 +968,11 @@ declare namespace Office {
*
* *Supported hosts, by platform*
* <table>
* <tr><th> </th><th> Office for Windows desktop </th><th> Office Online (in browser) </th><th> Office for iPad </th></tr>
* <tr><td><strong> Excel </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* <tr><td><strong> Outlook </strong></td><td> Y (Mailbox 1.3: without options<br>Mailbox Preview: with options)</td><td> </td><td> </td></tr>
* <tr><td><strong> PowerPoint </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* <tr><td><strong> Word </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* <tr><th> </th><th> Office for Windows desktop </th><th> Office Online (in browser) </th><th> Office for iPad </th></tr>
* <tr><td><strong> Excel </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* <tr><td><strong> Outlook </strong></td><td> Y (Mailbox 1.3: without `options` parameter;<br>Mailbox Preview: adds support for `options` parameter)</td><td> </td><td> </td></tr>
* <tr><td><strong> PowerPoint </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* <tr><td><strong> Word </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* </table>
*
* @param options Optional. An object literal that contains one or more of the following properties.

View File

@@ -962,11 +962,11 @@ declare namespace Office {
*
* *Supported hosts, by platform*
* <table>
* <tr><th> </th><th> Office for Windows desktop </th><th> Office Online (in browser) </th><th> Office for iPad </th></tr>
* <tr><td><strong> Excel </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* <tr><td><strong> Outlook </strong></td><td> Y (Mailbox 1.3: without options<br>Mailbox Preview: with options)</td><td> </td><td> </td></tr>
* <tr><td><strong> PowerPoint </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* <tr><td><strong> Word </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* <tr><th> </th><th> Office for Windows desktop </th><th> Office Online (in browser) </th><th> Office for iPad </th></tr>
* <tr><td><strong> Excel </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* <tr><td><strong> Outlook </strong></td><td> Y (Mailbox 1.3: without `options` parameter;<br>Mailbox Preview: adds support for `options` parameter)</td><td> </td><td> </td></tr>
* <tr><td><strong> PowerPoint </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* <tr><td><strong> Word </strong></td><td> Y </td><td> Y </td><td> Y </td></tr>
* </table>
*
* @param options Optional. An object literal that contains one or more of the following properties.