无法将邮件迁移到“垃圾箱”

时间:2010-06-07 10:20:24

标签: c# email migration recycle-bin

我正在将一些邮件迁移到Google Apps中的“TRASH”。

使用Google API Ver 2:

代码示例:

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

我尝试过:

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

如何在Google Apps中将邮件迁移到“TRASH”?

感谢名单

1 个答案:

答案 0 :(得分:0)

Google Apps或Gmail仅会在“已删除邮件”中保留最近30天的邮件。