Exchange/Outlook 2010,C# SenderEmailAddress 附加到名称的额外字符
所以我的问题是这个字符串末尾的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个编码字符。我不确定您从哪里获取数据,但这是收件人的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.