Exchange Web服务将邮件转发到C#中的错误邮件地址

时间:2018-12-05 07:49:41

标签: c# email exchangewebservices

我尝试使用以下代码通过EWS转发消息:

EmailAddress[] adresses = { "servicedesk@example.com", "allschwil_sox@example.com" };
newEmailMessage.Forward("Account access has been removed according to attached Report", adresses);

example.com是我们公司的域名。由于某些未知原因,该电子邮件不会转发到我们的域(servicedesk@example.com),而是转发到另一家公司:servicedesk@lifetech.com。有人知道怎么回事吗?

Allschwil_Sox@example.com已正确发送到allschwil_sox@example.com

enter image description here

0 个答案:

没有答案