电子邮件到达时显示一个复选单 [英] Display a checklint when an email arrives

查看:70
本文介绍了电子邮件到达时显示一个复选单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我想在请假批准电子邮件到达时显示清单。此消息将显示在休假前要关闭的重要项目。



请假批准电子邮件来自LMS系统,我们在此处无法开发任何逻辑。


请提出解决方案。




谢谢,


RajputTooCool

解决方案

Hello Rajput,


您可以处理
NewMailEx
事件  在收件箱中收到新项目时。   NewMailEx  事件
在新邮件到达收件箱时以及客户端规则处理发生之前触发。您可以使用 
EntryIDCollection   array
来调用 
NameSpace.GetItemFromID  方法
并处理该项目。


在事件处理程序中,您可以查看到达的项目并根据该项目显示清单。 



Hello,

I want to display a checklist when a leave approval email arrives. This message will display the important items to be closed before going on vacation.

The leave approval email comes from a LMS system, where we do not have access to develop any logic.

Please suggest a solution.

Thanks,

RajputTooCool

解决方案

Hello Rajput,

You can handle the NewMailEx event of the Application class which is fired when a new item is received in the Inbox. The NewMailEx event fires when a new message arrives in the Inbox and before client rule processing occurs. You can use the Entry ID returned in the EntryIDCollection array to call the NameSpace.GetItemFromID method and process the item.

In the event handler you can check out the arrived item and display a checklist according to that item. 


这篇关于电子邮件到达时显示一个复选单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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