查询Exchange以重新发送确认 [英] Query Exchange to retrive delivery confirmation

查看:88
本文介绍了查询Exchange以重新发送确认的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Everyone,


我有一个向用户发送电子邮件提醒和任务的应用程序。我想查询Exchange Server并检查邮件实际传递给每个人数据存储的传递确认。


执行此操作的最佳方法是什么,我在那里阅读是我可以使用的一些不同的技术。我们正在运行Exchange 2007,并很快迁移到2010年。


理想情况下,我喜欢一个解决方案,但只是在正确方向上的一些指示将非常感激。


谢谢,


Tomasz


世界上有10种类型的人,那些了解二元的人,以及那些那不是。

解决方案

你好Tomasz,



我知道的b $ b ,Best您已根据指定的要求使用powershell命令。

您请求的power shell命令是$
" get-messagetrackinglog -sender xxx@zzz.com - 收件人
yyyy@zzz.com | Select-Object发件人,@ {Name =" Recipients" ;; Expression = {


_。recipients}},eventid"


这里的eventid显示为DELIVER ,FAIL,DSN,RECIVE等。

注意:如果您想通过.net GUI运行,请按照以下选项进行操作b $ b  远程powershelll命令 对于Exchange Server 2010

  本地及NBSP; power shell命令 对于Exchange Server 2007



A路径查找器..

Jo Swa。


   


Hello Everyone,

I have an application that sends out email reminders and tasks to users. I'd like to query the Exchange Server and retrive the delivery confirmation that the message was actually delivered to each persons data store.

What is the best way to do this, I have read there is a few different technologies I could use. We're running Exchange 2007, and migrating soon to 2010.

Ideally I'd love a solution, but just a few pointers in the right directions will be much appreciated.

Thanks,

Tomasz


There is 10 types of people in the world, those that understand binary, and those that don't.

解决方案

Hi Tomasz,


in my knowledge, Best You have use the powershell command for your specified requirement.
The power shell command for you request is
"get-messagetrackinglog -sender xxx@zzz.com -Recipients yyyy@zzz.com |Select-Object sender,@{Name="Recipients";Expression={


_.recipients}},eventid"

Here eventid is displayed like DELIVER,FAIL,DSN,RECIVE and etc.
Note: IF you want to run via .net GUI then follow the below options
   Remote powershelll command  For Exchange server 2010
   Local  power shell command  For Exchange server 2007

By
A Path Finder..
Jo Swa.

   


这篇关于查询Exchange以重新发送确认的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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