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.
几天以来,我一直在寻找如何在asp.net中使用SMTP在outlook中发送任务项?但我找不到任何具体的解决方案。
请帮助我。我不想使用任何互操作或 dll,我只想使用 SMTP 并发送一个任务项,就像我们可以使用 .ics/vcs/ical 发送会议请求一样。
谢谢并恭祝安康
如果您想自动化 Outlook,您需要使用 Outlook 对象模型——但这不能在 Web 应用程序中完成。如果您需要运行服务器端代码来使用 Exchange,则需要使用 Exchange Web 服务。
我能找到的所有示例都使用 Outlook Interop。您需要找到任务消息的格式,以便将其嵌入到普通的 SMTP 消息中。我不知道微软是否会公布详细信息,但您可以尝试从 Outlook 发送一份并查看您收到的消息的原始数据。