views:

34

answers:

2

Hi,

I am migrating some mails to 'TRASH' in Google Apps.

Using Google API Ver 2:

Code Sample :

MailItemEntry[] entries = new MailItemEntry[1];
entries[0]              = new MailItemEntry();
entries[0].Rfc822Msg    = new Rfc822MsgElement(msg);
entries[0].MailItemProperties.Add(MailItemPropertyElement.TRASH);                                  

I tried with :

entries[0].Labels.Add(new LabelElement("Trash"));

How can i migrate mails to "TRASH" in Google Apps ?

Thanx

A: 

Sorry...but u r going in a wrong way... :)

Jessica
then what is right way?
Preeti Singh
A: 

Google Apps or Gmail keeps only Last 30 Days mails in Trash.

Jene