ASP.NET Outlook 预约安排

发布于 2024-07-16 09:39:26 字数 108 浏览 7 评论 0原文

Hai TEchies

谁能告诉我如何从我的 ASP.NET 网页在 Outlook Express 中设置约会/提醒。 我正在使用 ASP.NET 2.0

提前致谢

Hai TEchies

Can anyone tell me how can i set an appointment /reminder in the outlook express , from my ASP.NET web page. I am using ASP.NET 2.0

Thanks in advance

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

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

发布评论

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

评论(2

半枫 2024-07-23 09:39:26

我认为您正在寻找的是电子邮件的 .ics 附件。 这需要您创建带有 .ics 扩展名的特制文本文件,并将其附加到您的电子邮件中。

快速谷歌搜索“asp.net ics”会出现:
http://www.codeproject.com/KB/applications/SendAppointment.aspx
这似乎适合您的需求。WikiPedia 也有一个关于此的链接。

Stackoverflow 还有一个包含更多信息的标签:
https://stackoverflow.com/questions/tagged/icalendar

I think what you're looking for is an .ics attachment for email. This requires you to create specifically crafted text file with an .ics extension and attach that to your email.

A quick google for "asp.net ics" brings up:
http://www.codeproject.com/KB/applications/SendAppointment.aspx
which seems suitable to your needs.WikiPedia also has a link on this.

Stackoverflow also has this tag that has more information:
https://stackoverflow.com/questions/tagged/icalendar

才能让你更想念 2024-07-23 09:39:26

使用 iCal 标准的这样之类的东西可能会起作用。 它还可以与 Google 日历配合使用。

Something like this using the iCal standard will probably work. It will also work with Google Calendar.

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