如何从电子邮件链接或网页打开Outlook日历? [英] How to open Outlook Calendar from an email link or webpage?

查看:501
本文介绍了如何从电子邮件链接或网页打开Outlook日历?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以通过电子邮件链接或网页打开Outlook日历?
我正在寻找将打开收件人的Outlook日历的代码。我不想用任何东西填充日历 - 只需打开Outlook Calendar,这样他们自己就可以阻止一段时间。

Is it possible to open Outlook Calendar from an email link or a webpage? I am looking for code that will open the recipient's Outlook Calendar. I don't want to populate the calendar with anything - just open Outlook Calendar so they themselves can block out some time.

推荐答案

在客户端上安装outlook的情况下,您可以使用以下语法:

On the condition that outlook is installed on the client, you can use the following syntax:

<outlook:calendar> 

(作为链接)

其他链接包括:

打开特定项目

<Outlook:Contacts/~Itemname>

要打开联系人fred博客,请键入以下内容:

To open the contact fred blogs, type the following:

<Outlook:Contacts/~fred blogs>

在公用文件夹中打开项目

To open an Item in a Public Folder

<Outlook://Public Folders/Foldername/~Itemname>

例如,要在名为Public的plublic文件夹中打开名为John Doe的联系人联系人使用以下超链接:

For example, to open a contact named, "John Doe" in a plublic folder named, "Public Contacts" use the following hyperlink:

<Outlook://Public Folders/Public Contacts/~John Doe>

要在公用文件夹中打开文件

To open a file in a Public Folder

<Outlook://Public Folders/Foldername/Mydocument.doc>

注意:在上述示例中,Word将打开文档文件。您不需要继续使用波浪号文件名,因为它不是Outlook项目。

Note: In the above example Word will open the document file. You do not need to proceed the file name with a tilde since it is not an Outlook item.

在收件箱中的文件夹子文件夹中打开项目



To Open an Item in a Subfolder of a Folder in Your Inbox

<Outlook:Inbox/Foldername/Subfoldername/~Itemname>

要打开收件箱中劳动文件夹中的新劳动时间,请键入以下内容: p>

To open New Labor Time, located in the Labor folder in your Inbox, type the following:

<Outlook:Inbox/Labor/~New Labor Time> 

这篇关于如何从电子邮件链接或网页打开Outlook日历?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆