Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Outlook 对象模型的新手。我想捕获一些事件,如 selectionchange 事件等。我发现在选择对象中它返回 system.object。我必须对每个项目类型进行类型检查。不确定是否有更好的方法来做到这一点。
我不想每次都进行类型检查。
阿什温
据我所知,outlook 消息项没有基类
看看这个http://outlookitemwrapper.codeplex.com/。
您可以使用此包装器。希望这会有所帮助
为什么不使用后期绑定并检查 Class 属性?每个 Outlook 对象都会公开它。