Outlook 自动化 - 多个邮箱?
我正在创建 Outlook 自动化,我必须在其中管理多个邮箱。
我想使用不同的邮箱发送邮件。登录用户拥有所有这些邮箱所需的权限。我创建了配置文件,其中每个给定的邮箱都是默认邮箱。那么我如何使用互操作来切换这些配置文件和/或邮箱?最好不要在每次“切换”时关闭 Outlook。
问候
I am creating an Outlook automation, where i have to manage several mailboxes.
I'd like to send mails using different mailboxes. The logged on user has the required rights to all those mailboxes. I have created profiles, where every given mailbox is the default mail box. So how can i switch those profiles and/or mailboxes using interop? Preferly by not shutting down Outlook every time i "switch".
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我想通了,事情没那么简单。
使用 .Logon() 将使您能够选择一个配置文件,但要切换到另一个配置文件,您必须完全关闭 Outlook!
Well i figured out, it does not work that simple.
Using .Logon() will enable you to select a profile, but to switch to another profile you have to shutdown Outlook completly!