最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c++ - How to verify if Outlook sends SubmitMessage to my transport provider? - Stack Overflow

programmeradmin2浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论