I think I did... following the example given on the API doc page, the 
request is set up like so:

*        MailboxDumpRequest mailboxDumpRequest = new MailboxDumpRequest();*
*        mailboxDumpRequest.BeginDate = DateTime.Now.Subtract(new 
TimeSpan(60, 0, 0, 0));*
*        mailboxDumpRequest.EndDate = DateTime.Now;*
*        mailboxDumpRequest.IncludeDeleted = false;*
*        mailboxDumpRequest.SearchQuery = "in:chat";*
*        mailboxDumpRequest.PackageContent = MonitorLevel.FULL_MESSAGE;*
*
*
I see that "SearchQuery" part, but I don't know what that means...Is that 
why?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Apps Domain Information and Management APIs" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-apps-mgmt-apis/-/F_SbvKVnncsJ.
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-mgmt-apis?hl=en.

Reply via email to