【发布时间】:2016-01-09 17:06:54
【问题描述】:
我正在开发 iphone 电子邮件应用程序。我正在使用 mailcore2 库。一切正常。我想在发送电子邮件时添加“重要”标志。我在网上搜索过,但没有找到任何帮助。任何建议表示赞赏。
【问题讨论】:
-
您可能正在寻找该标题:tools.ietf.org/html/rfc4021#section-2.1.54
-
感谢您的回复。是的,我们必须为它设置额外标题,例如 [[builder header] setExtraHeaderValue:@"Important" forName:@"priority"];