如何以编程方式在 Outlook 2010 中获取联系人图片?
如何从 Outlook 获取联系人的图片并将其保存到文件中?
谢谢!
How can you get a contact's picture from Outlook and save it to a file?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据您的使用案例,如果您尝试从 Outlook 配置文件中获取他们的图片,您可能需要尝试 Graph API。
文档此处
Depending on your use case, if you are trying to grab their picture from their Outlook profile you might want to try Graph API.
Documentation here
这里的其他答案都很好,但还有一个替代方案:
附件.GetTemporaryFilePath 方法 (Outlook)
Attachment.SaveAsFile 方法 (Outlook)
检索路径。
保存文件。
The other answers here are good, but there's also an alternative:
Attachment.GetTemporaryFilePath Method (Outlook)
Attachment.SaveAsFile Method (Outlook)
To retrieve the path.
To save the file.