Outlook AddIn 通过安装项目设置数据

发布于 2024-09-14 22:16:50 字数 329 浏览 8 评论 0原文

我有一个关于我实际正在处理的项目的问题:

我正在做一个 Outlook AddIn,正如您所知,当您创建这种类型的新项目时,Visual Studio 也会为您创建安装项目。

我想自定义我的安装项目以询问用户的用户名和密码(因为插件将连接到外部系统以获取一些数据)并将该数据发送到我的 Outlook AddIn 项目以便在需要时进行登录。重要的是,我只想在安装步骤中询问该信息一次,因为安装后不会改变。有可能得到这种行为吗?因为据我所知,您在 Outlook AddIn 类型项目上没有 app.config 或 settings.config?。

任何帮助将不胜感激。

谢谢。

I have a question regarding to a project I'm actually working on:

I'm doing an Outlook AddIn, and as you know, when you create a new project of this type, visual studio creates for you the Setup project too.

I would like to customize my setup project to ask the user for his username and password (because the addin will connect to an external system to get some data) and send that data to my Outlook AddIn project to make the login when required. The important thing is that I would like to ask for that info only once at the installation steps, because that won't change after the installation. Is it possible to get this behaviour? Cause far as I know, you don't have an app.config or settings.config on an Outlook AddIn type project?.

Any help would be appreciated.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悲欢浪云 2024-09-21 22:16:50

我不太确定您是否可以实现,但您可以在应用程序中拥有一个包含标志的配置文件。因此,当您安装插件后首次启动 Outlook 时,它会询问用户 ID/密码。获取信息后,将其存储并在配置文件中设置标志。下次启动时,当您检查标志时,它已经设置了,所以不要询问用户 ID/密码。

I'm not really sure if you can achieve but you can have a config file in your application which contains a flag. So when you start outlook for the first time after installing your add in , it will ask for the userId/Password. After getting the informatin, store it and you set the flag in config file. next time during startup, when you check flag, it is already set, so don't ask for userid/pwd.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文