Unable to migrate mail with large attachment upto 2 MB
- by Preeti
I am creating EML file with "System.Net.Mail".After that i am migrating it to Google Mail using google API ver 2.
For small attachments it is working fine.
But in case of large attachment upto (1 MB or 2 MB) it throwing exception "Request aborted".
How can migrate mail with large file attachment?
I got solution of sending large size attachment using System.Net.Mail.
But how to implement it in case of Google apps?
Thanx