Outlook Addin 项目的文件保存位置
我已经为 Microsoft Office Outlook 编写了一个插件,它将电子邮件上传到共享点服务器。我想保存已上传内容的文本日志。保存这些数据的最佳位置在哪里?
'My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData
指出
'C:\Users\XXXXX\AppData\Roaming\Microsoft Corporation\Microsoft Office Outlook\12.0.6550.5003
那是存储此类日志的理想位置吗?
谢谢。
I have written an AddIn for Microsoft Office Outlook which uploads email to a sharepoint server. I want to save a text log of what has been uploaded. Where is the best place to save this data?
'My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData
points to
'C:\Users\XXXXX\AppData\Roaming\Microsoft Corporation\Microsoft Office Outlook\12.0.6550.5003
Would that be an ideal place to store such a log?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不记录用户名,那么可以,如果您记录用户名,那么您也可以将其保存在 ApplicationData 文件夹中。
If you don't log the username then yes, if you log the username then you can also save it in the ApplicationData folder.