Unable to migrate mail with large attachment upto 2 MB
Posted
by Preeti
on Stack Overflow
See other posts from Stack Overflow
or by Preeti
Published on 2010-05-19T11:41:18Z
Indexed on
2010/05/19
13:30 UTC
Read the original article
Hit count: 224
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
© Stack Overflow or respective owner