Hi, The .NET client library does not tell when you are over the 32MB HTTP request limit.
In order to keep your (batch) requests under the limit, you would need to estimate the size of the resulting request. For example, you could keep track of the total of the sizes of the email messages and estimate the XML overhead for each message. The combination of these two is a good approximation of the size of the HTTP request. -alex On Mar 25, 6:14 pm, Bam <[EMAIL PROTECTED]> wrote: > Hi all, > > How to know when we post message over 32 MB to use .NET client library > in Email Migration API > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
