File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10022,7 +10022,8 @@ declare namespace Office {
10022
10022
*
10023
10023
* - `InvalidAttachmentId`: The attachment identifier does not exist.
10024
10024
*
10025
- * @param attachmentId - The identifier of the attachment to remove.
10025
+ * @param attachmentId - The identifier of the attachment to remove. The maximum string length of the `attachmentId`
10026
+ * is 200 characters in Outlook on the web, and 100 characters in Outlook on Windows.
10026
10027
* @param options - Optional. An object literal that contains one or more of the following properties.
10027
10028
* `asyncContext`: Developers can provide any object they wish to access in the callback method.
10028
10029
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter of
@@ -14043,7 +14044,8 @@ declare namespace Office {
14043
14044
*
14044
14045
* - `InvalidAttachmentId`: The attachment identifier does not exist.
14045
14046
*
14046
- * @param attachmentId - The identifier of the attachment to remove.
14047
+ * @param attachmentId - The identifier of the attachment to remove. The maximum string length of the `attachmentId`
14048
+ * is 200 characters in Outlook on the web, and 100 characters in Outlook on Windows.
14047
14049
* @param options - Optional. An object literal that contains one or more of the following properties.
14048
14050
* `asyncContext`: Developers can provide any object they wish to access in the callback method.
14049
14051
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter of
Original file line number Diff line number Diff line change @@ -9762,7 +9762,8 @@ declare namespace Office {
9762
9762
*
9763
9763
* - `InvalidAttachmentId`: The attachment identifier does not exist.
9764
9764
*
9765
- * @param attachmentId - The identifier of the attachment to remove.
9765
+ * @param attachmentId - The identifier of the attachment to remove. The maximum string length of the `attachmentId`
9766
+ * is 200 characters in Outlook on the web, and 100 characters in Outlook on Windows.
9766
9767
* @param options - Optional. An object literal that contains one or more of the following properties.
9767
9768
* `asyncContext`: Developers can provide any object they wish to access in the callback method.
9768
9769
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter of
@@ -13535,7 +13536,8 @@ declare namespace Office {
13535
13536
*
13536
13537
* - `InvalidAttachmentId`: The attachment identifier does not exist.
13537
13538
*
13538
- * @param attachmentId - The identifier of the attachment to remove.
13539
+ * @param attachmentId - The identifier of the attachment to remove. The maximum string length of the `attachmentId`
13540
+ * is 200 characters in Outlook on the web, and 100 characters in Outlook on Windows.
13539
13541
* @param options - Optional. An object literal that contains one or more of the following properties.
13540
13542
* `asyncContext`: Developers can provide any object they wish to access in the callback method.
13541
13543
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter of
You can’t perform that action at this time.
0 commit comments