admin管理员组文章数量:1333210
I have a MAPI C++ plugin which connect to outlook.
Is there a way where I can confirm or verify if outlook is unable to send SubmitMessage() call to my transport provider? Because in normal scenario when someone composes new email and clicks send button I do receive call in SubmitMessage() function of my transport provider. But at time when outlook stucks/hangs, I don't receive any such call in my SubmitMessage().
I wanted a way to prove it that Outlook is not sending that message to transport provider.
Is there a tool where I can check that out? Tried ProcMon But it's not that much useful.
Tried API Monitor, but it didn't help
本文标签: cHow to verify if Outlook sends SubmitMessage to my transport providerStack Overflow
版权声明:本文标题:c++ - How to verify if Outlook sends SubmitMessage to my transport provider? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742266487a2443494.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论