Exchange/Outlook 2010,C# SenderEmailAddress 附加到名称的额外字符

发布于 2025-01-02 13:42:23 字数 422 浏览 3 评论 0原文

所以我的问题是这个字符串末尾的 58D 或下一个字符串末尾的 7F9 是什么?

此外,每个用户的额外字符都是相同的。仅当迁移到 Exchange 2010 时才会发生这种情况。

Console.write(Message.SenderEmailAddress);

打印:/O=john doe/OU=EXCHANGE ADMINISTRATIVE GROUP ()/CN=RECIPIENTS/CN=john doe58D // <-- 58D 看看此

Console.write(Message.SenderEmailAddress);

打印:/O=jane doe/OU=交换管理组 ()/CN=收件人/CN=jane doe7F9 // <-- 7F9 或这个

So my question is what is 58D at the end of this string or 7F9 at the end of the next string?

Also, the extra characters are the same for each user. This only started happening when migrated to Exchange 2010.

Console.write(Message.SenderEmailAddress);

prints: /O=john doe/OU=EXCHANGE ADMINISTRATIVE GROUP ()/CN=RECIPIENTS/CN=john doe58D // <-- 58D look at this

Console.write(Message.SenderEmailAddress);

prints: /O=jane doe/OU=EXCHANGE ADMINISTRATIVE GROUP ()/CN=RECIPIENTS/CN=jane doe7F9 // <-- 7F9 or this

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

护你周全 2025-01-09 13:42:23

这是一个编码字符。我不确定您从哪里获取数据,但这是收件人的legacyExchangeDN 值 - Outlook 和 Exchange 将其用于幕后的各种用途。

It's an encoded character. I'm not sure where you're getting the data from but that's the recipient's legacyExchangeDN value - Outlook and Exchange use it for various things under the covers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文