捕捉“角色类型” Outlook 中的事件
我正在开发 Outlook 插件,我想知道是否有办法在键入特定字符或字符集时接收事件通知?例如,假设我希望用户在新邮件项中键入“$”时立即发生某些事情,是否可以注册此类事件?
谢谢。
I'm working on an Outlook addon and I'm wondering if there is a way to receive an event notification when a particular character, or set of characters, is typed? For example, say I want something to happen as soon as the user types '$' in a new mail item, is it possible to register for such an event?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来没有提供您可以使用的事件。但您可以尝试使用 Win32 API 来获取按键事件。
Looks like there no events provided, that you can use. But you can try use Win32 API to get the key press event.