質問

We are using Lync 2010 and Microsoft outlook 2007.

If i receive a mail from particular mail id, I should be alerted by lync.

Is that possible? how to achieve it ?

役に立ちましたか?

解決

Sure - you could use UCMA 3.0 to build a bot that gets deployed to a middle-tier application server. The bot could use Exchange Web Services to monitor the users mailbox, and then start a conversation with the user when finding an email from the target user. You'd also need to build some form of administration to allow users to select which emails they are interested in.

If ultimately all you are trying to achieve is to bring attention to certain emails, then this solution is massively overengineered. Doing something client-side only using the Lync SDK is not really an option - you presumably want to be alerted to the email by a new Lync conversation, but you'd already be signed in as yourself in Lync, so who would the new conversation be from? Lync doesn't allow you to start conversations with yourself.

I think maybe leaving Lync out of the equation and implemententing e.g. an Outlook plugin would be the best way to being attention to your emails - unless there is another use case that you haven't mentioned?

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top