是否可以使用 C# 在邮件项目中设置回复地址
是否可以在 C# 中设置邮件项目的回复地址?
就像在 mailitem.reply();
中一样,然后设置回复,以便收件人回复过的所有邮件都进入中央邮箱?
我花了一些时间谷歌搜索但没有运气。我可能正在寻找一些不可能的东西或者在错误的地方寻找。
感谢您的帮助。
Is it possible to set the Reply To address of a mailitem in c#?
As in mailitem.reply();
then set the reply to so that all messages once replied to by the recipient come into a central mail box?
I’ve spent some time Googling but with no luck. I’m probably looking for something that isn’t possible or looking in the wrong place.
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这就是您正在寻找的 ReplyRecipients?
Maybe it's the ReplyRecipients you're looking for?