I am trying to attach a large file to email message. I am working in C# web Api. I am using upload session and then splitting the file into small chunk and uploading it to the message using message id. For the text file its working properly but for the other files its failing to attach. Can some one please help me on this.