You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
11309
11309
*
11310
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
11310
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
11311
11311
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
11312
11312
* @param options - An object literal that contains one or more of the following properties:-
11313
11313
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
11356
11356
*
11357
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
11357
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
11358
11358
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
11359
11359
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
20209
20209
*
20210
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
20210
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
20211
20211
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
20212
20212
* @param options - An object literal that contains one or more of the following properties:-
20213
20213
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
20265
20265
*
20266
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
20266
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
20267
20267
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
20268
20268
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter of type `Office.AsyncResult`.
20269
20269
* On success, the attachment identifier is provided in the `asyncResult.value` property. The identifier varies depending on the Outlook client.
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
11267
11267
*
11268
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
11268
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
11269
11269
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
11270
11270
* @param options - An object literal that contains one or more of the following properties:-
11271
11271
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
11314
11314
*
11315
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
11315
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
11316
11316
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
11317
11317
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
19679
19679
*
19680
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
19680
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
19681
19681
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
19682
19682
* @param options - An object literal that contains one or more of the following properties:-
19683
19683
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
19735
19735
*
19736
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 27,892,122 characters (about 25 MB).
19736
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
19737
19737
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
19738
19738
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter of type `Office.AsyncResult`.
19739
19739
* On success, the attachment identifier is provided in the `asyncResult.value` property. The identifier varies depending on the Outlook client.
0 commit comments