Skip to content

Commit e81f0e0

Browse files
authored
Update email-attachment-allowed-mime-types.md
Update note
1 parent 8e3e9e1 commit e81f0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/email/email-attachment-allowed-mime-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The Internet Assigned Numbers Authority (IANA) is a department of the Internet C
100100
IANA maintains a registry of standardized MIME types. The registry includes a unique identifier for each MIME type, a short description of its purpose, and the associated file extensions. For the most up-to-date information about MIME types, including the definitive list of media types, go to the [IANA website](https://www.iana.org/assignments/media-types/media-types.xhtml).
101101

102102
> [!NOTE]
103-
> Please note that the total email size includes Email content, Attachment and the base64 encoding (you need to consider that that base64 encoding increases the size of the message. You need to increase the size value to account for the message size increase that occurs after the message (including attachments) is Base64 encoded. Base64 encoding increases the size of the message by about 33%, so the message size is about 33% larger than the message sizes before encoding. For example, if you specify a maximum message size value of ~10 MB, you can expect a realistic maximum message size value of approximately ~7.5 MB)
103+
> Please note that the total email size includes Email content, Attachment and the base64 encoding (you need to consider that that base64 encoding increases the size of the message. You need to increase the size value to account for the message size increase that occurs after the attachment is Base64 encoded. Base64 encoding increases the size of the message by about 33%, so the message size is about 33% larger than the message sizes before encoding. For example, if you specify an attachment of ~5 MB, you can expect a realistic attachment size value of approximately ~6.65 MB)
104104
105105
## Next steps
106106

0 commit comments

Comments
 (0)