ASP.NET Outlook 预约安排
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您正在寻找的是电子邮件的 .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
使用 iCal 标准的这样之类的东西可能会起作用。 它还可以与 Google 日历配合使用。
Something like this using the iCal standard will probably work. It will also work with Google Calendar.