【问题标题】:Set "reply-to" address in windows forms using interop office outlook使用 interop office Outlook 在 Windows 窗体中设置“回复”地址
【发布时间】:2014-05-01 06:02:46
【问题描述】:

要发送电子邮件,我们在窗口应用程序中使用 interop office Outlook,这意味着我们可以设置 to,cc,bcc 但我无法设置 REPLY-TO 地址(电子邮件接收者的地址会回复)。

我希望REPLY-TO 地址与原始发件人地址不同,有人知道如何实现吗?

【问题讨论】:

标签: c# outlook winforms-interop


【解决方案1】:

使用 MailItem.ReplyRecipients 集合添加回复地址。

【讨论】:

    猜你喜欢
    • 2013-08-08
    • 1970-01-01
    • 1970-01-01
    • 2020-11-04
    • 2014-01-01
    • 2020-01-18
    • 1970-01-01
    • 2012-03-04
    • 1970-01-01
    相关资源
    最近更新 更多