English 中文(简体)
如何从电子邮件链接或网页上开放《展望》日历?
原标题:How to open Outlook Calendar from an email link or webpage?

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:calendar> 

(作为链接)

其他联系包括:

开放具体项目

<Outlook:Contacts/~Itemname>

打开联系红 b,类型如下:

<Outlook:Contacts/~fred blogs>

公开发行

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

例如,在名称为“公共联系”的影子上打开一个名为“John Doe”的链接,使用以下超级链接:

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

公开档案

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

注:在上述例子中,Word将开放文件档案。 你不需要用til子处理档案,因为这不是一个展望项目。

在您的“盒子”中打开一个文件

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

开放新劳动时间,位于就业岗位上。

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

退学答案是热门的,涵盖大部分链接。 我只想再补充一点,因为我只想说一句话。

当涉及公共文件夹时,。 可以直接解决这些问题,例如:

outlook://Public Folders/All Public Folders/TeamA/ItemName

However in Outlook 2010 and beyond, it seems you have to specify the recipient s email as well (see this MS knowledge-base article)

For example:

outlook://Public Folders - Joe.Blogs@company.com/All Public Folders/TeamA/ItemName




相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签