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 电子邮件的“投票”功能?我希望能够发送启用投票的电子邮件,并获得回复(最好不进行投票)。
谢谢!
听起来您想使用 Outlook 对象模型中的MailItem.VotingOptions属性。例如,请参阅http://msdn.microsoft.com/en-us/library/bb226712.aspx(向下滚动到他们讨论投票选项的部分)。