你好,
recipientstaus是空白并不能说明什么,我在我的测试环境中该值一样是空白,如下:

我们需要看EventId的信息,看是否该邮件是否成功发送。具体可以参考:搜索邮件跟踪日志。
建议你运行下面的指令,并贴出结果,MessageId的值可以从你先前运行的message trace log中得到:
Get-ExchangeServer | where {$_.isHubTransportServer -eq $true -or $_.isMailboxServer -eq $true} | Get-MessageTrackingLog -MessageId xxxxx@server.domain.com | Select-Object Timestamp,ServerHostname,ClientHostname,Source,EventId,Recipients | Sort-Object -Property Timestamp
同时,也建议你查看队列,看是否该信件滞留在队列中,具体可以参考:使用队列查看器。
谢谢!
Niko Cheng
TechNet Community Support
Please remember to
mark the replies as answers if they help and
unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.