简体   繁体   English

一些发件人的电子邮件地址具有额外的3个十六进制数字

[英]Some Sender's Email Address Have An Extra 3 Hexadecimal Digits

I have an application using Outlook PIA reading from a client's Exchange server for some years. 我有一个使用Outlook PIA的应用程序,该应用程序从客户端的Exchange服务器读取已有几年了。 Lately, where a MailItem's SenderEmailType is "EX", the SenderEmailAddress has three of what looks like hexadecimal characters at the end. 最近,在MailItem的SenderEmailType为“ EX”的情况下,SenderEmailAddress在结尾处具有three类似于十六进制字符的字符。 An example: 一个例子:

/O=xxxx/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=nnn nnn nnnD02 / O = xxxx / OU =交换管理组(FYDIBOHF23SPDLT)/ CN =收件人/ CN = nnn nnn nnnD02

I don't know how the company run their Exchange. 我不知道公司如何运行他们的Exchange。 But it seems that this happens only for recently added employees. 但是,这似乎只发生在新加入的员工身上。

What could be the cause of the three extra characters and how can I handle or work around them? 这三个额外字符的原因可能是什么,我该如何处理或解决它们?

Why is it important? 它为什么如此重要? It what it is, the display name and the SMTP addresses are not affected. 就是如此,显示名称和SMTP地址不受影响。 For all practical purposes, EX type addresses must be treated as black boxes. 出于所有实际目的,必须将EX类型的地址视为黑匣子。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Microsoft.Office.Interop.Outlook获取发件人电子邮件地址 - How to get Sender email address using Microsoft.Office.Interop.Outlook 使用“喜欢”或“包含”按发件人电子邮件过滤电子邮件? - Filter email by sender email using `like` or `contains`? .MSG文件元数据提取-发件人SMTP电子邮件 - .MSG File Metadata Extraction - Sender SMTP Email Outlook帐户-如何获取Exchange电子邮件地址? - Outlook Accounts - How to get the Exchange Email address? Email1address和IMAddress之间的Outlook互操作差异 - Outlook interop difference between Email1address and IMAddress 如何获取直接模式下的Exchange用户的电子邮件地址(olCachedOffline)? - How to get email address in Direct Mode(olCachedOffline) for exchange users? 通过C#访问COM-检查邮件的发件人而不是主题时访问COMException? - Accessing Outlook via C# - COMException when checking a message's sender but not the subject? Outlook Calendar Interop-如何获取发件人的电子邮件地址? - Outlook Calendar Interop - How to get Senders Email Address? MailItem.Sender更改时,用户未在Outlook中收到消息 - User not receive message in Outlook when MailItem.Sender changed Outlook Interop - MailItem.Sender 挂起\冻结 - Outlook Interop - MailItem.Sender is Hanging\Freeze
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM