【问题标题】:mailcore2 add important flag to messagemailcore2 向邮件添加重要标志
【发布时间】:2016-01-09 17:06:54
【问题描述】:

我正在开发 iphone 电子邮件应用程序。我正在使用 mailcore2 库。一切正常。我想在发送电子邮件时添加“重要”标志。我在网上搜索过,但没有找到任何帮助。任何建议表示赞赏。

【问题讨论】:

  • 您可能正在寻找该标题:tools.ietf.org/html/rfc4021#section-2.1.54
  • 感谢您的回复。是的,我们必须为它设置额外标题,例如 [[builder header] setExtraHeaderValue:@"Important" forName:@"priority"];

标签: ios iphone mailcore2


【解决方案1】:

要设置发送电子邮件的标志,我们必须为优先级设置额外的标题,如下所示:

    [[builder header] setExtraHeaderValue:@"Important" forName:@"priority"];

【讨论】:

    猜你喜欢
    • 2014-07-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-08-22
    • 1970-01-01
    • 2015-11-01
    • 2015-09-19
    • 2017-12-01
    相关资源
    最近更新 更多