我需要使用 C# 关注 Outlook 2003 中已打开的邮件表单
根据我的要求,当用户在 Outlook 中打开新的电子邮件表单并单击发送时,它会验证一些内容。现在,如果验证失败,那么它应该显示一个带有是否按钮的消息框。
现在,单击“是”按钮后,我需要将焦点放在已打开的邮件表单上,以便用户可以编辑更改并再次重新发送它。
我无法获取邮件表单的焦点。请帮助我解决同样的问题。 所有编码都是使用 .Net(C#) 完成的
, 拉杰文
As per my requirement when a user opens a new Email form in Outlook and clicks send, it validates some stuff. Now if validation failed then it should display a message box with Yes No buttons.
Now on click of the Yes button, i need to get the focus on the already opened Mail form so that user can edit the changes and again can resend it.
I am unable to get the focus of the Mail Form. Please help me regarding the same.
All the coding is done using .Net(C#)
regards,
Rajeevin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用检查器上的 Activate() 方法。
要获取对检查器的引用,取决于您的验证方法中已有的内容:
Use the Activate() method on the inspector.
To get the reference to the inspector, it depends on what you already have in your validation method: