Skip to content

Commit b6accf7

Browse files
authored
Update email-attachment-allowed-mime-types.md
Add attachment size information in documentation
1 parent 50d0973 commit b6accf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ The Internet Assigned Numbers Authority (IANA) is a department of the Internet C
9999

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

102+
> [!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)
104+
102105
## Next steps
103106

104107
* [Prepare an email communication resource for Azure Communication Services](./prepare-email-communication-resource.md)

0 commit comments

Comments
 (0)