强制Outlook从标题中的显示名称显示 [英] Force Outlook to display from display name in header

查看:247
本文介绍了强制Outlook从标题中的显示名称显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在发送带有.net SmtpClient和MailMessage的电子邮件。我设置为 From:Something Else< mysmtprelay@example.com> 。请注意,mysmtprelay@example.com是域上的有效用户,其显示名称为我的SMTP中继。



当我在Outlook 2013中收到电子邮件时,来自名称的电子邮件是我的SMTP中继,即使在电子邮件标题中,我看到这个 From:Something Else< mysmtprelay@example.com> 。 Outlook忽略 Something Else 显示名称并将其替换为域名。



有没有办法强制Outlook使用我在From子句中提供的显示名称?如果我发送这个电子邮件到gmail,例如,标题中的显示名称是按预期使用的。



有人可以帮助吗?

解决方案

这只是Exchange的工作原理:所有传入的发件人和收件人名称都是针对GAL解决的。 Exchange使用默认显示名称和SMTP地址。


I'm sending an email with .net SmtpClient and MailMessage. I set the from to be From: Something Else <mysmtprelay@example.com>. Note that mysmtprelay@example.com is a valid user on the domain and its display name is "My SMTP Relay".

When I get the email in Outlook 2013, the email from name is "My SMTP Relay" even if in the email header I see this From: Something Else <mysmtprelay@example.com>. Outlook ignore the Something Else display name and replace it with the domain name.

Is there a way to force Outlook to use the display name I provided in the From clause? If I send this email to gmail for example, the display name from the header is used, as expected.

Can someone help?

解决方案

This is just how Exchange works: all incoming sender and recipient names are resolved against GAL. Exchange uses the default display name and SMTP address.

这篇关于强制Outlook从标题中的显示名称显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆