“您回复了此消息”加载项表单区域中的标题
有什么方法可以将“您在 XXX 回复了此消息”标题(当前的 Outlook 也有一个漂亮的感叹号!)轻松添加到我自己的表单区域?
也许在表单区域中定义一个占位符并以某种方式填充它?我正在使用 C++。
谢谢,
尼利
Is there any way I can add the "You replied to this message on XXX" title (the current outlook one has a nice exclamation mark too!) easily to my own form region?
Perhaps define a placeholder in the form region and fill it somehow? I'm using C++.
Thanks,
Nili
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 FormRegionInitializing 事件处理程序中的 XXXFactory 类(XXX = 您的区域名称)。在那里您可以访问 e.OutlookItem,您可以将其转换为 MailItem 以获取发送日期。然后根据需要设置 mainifest 的 FormRegionName。
Look in the XXXFactory class (XXX = your region name), in the FormRegionInitializing event handler. There you have access to e.OutlookItem which you could cast to a MailItem to get the date sent. Then set the mainifest's FormRegionName as you like.