【问题标题】:Unable to migrate mails to "Trash"无法将邮件迁移到“垃圾箱”
【发布时间】:2010-06-07 10:20:24
【问题描述】:

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

使用 Google API 第 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 中的“垃圾箱”?

感谢

【问题讨论】:

    标签: c# email migration recycle-bin


    【解决方案1】:

    Google Apps 或 Gmail 仅将最近 30 天的邮件保留在垃圾箱中。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-06-08
      • 2014-06-18
      • 2012-03-03
      • 1970-01-01
      • 2019-11-28
      • 2011-09-13
      • 1970-01-01
      相关资源
      最近更新 更多