Developer Question: Outlook link

J

John McDonald

Hi,

I checked the technet forums but I couldn't find one for OneNote 2007
developers, so I though I'd ask this question here. I'm working one a OneNote
add-in to do some custom integration with Outlook (both 2007 versions), and
I'm using DevPal to look at the XML. During my experimentation I saved a
contact to OneNote and when I looked at the page in OneNote it had a 'Link to
Outlook Item' at the bottom of the contact info. I looked at the XML and this
is what it showed:

<one:OE creationTime="2009-12-26T22:06:14.000Z"
lastModifiedTime="2009-12-26T22:06:14.000Z"
objectID="{09763156-9EBD-4ADC-A358-DF07C272CE2A}{124}{B0}" alignment="left"
style="font-family:Calibri;font-size:11.0pt">
<one:Meta name="EntryID"
content="00000000AA955CEFD654D311A5B300A0CC3B2B7A44012000" />
<one:T><![CDATA[<
href="onenote:eek:utlook?folder=Contacts&entryid=00000000AA955CEFD654D311A5B300A0CC3B2B7A44012000">Link to Outlook item</a>]]></one:T>
</one:OE>

I've seen this same link for calendar items saved to OneNote (e.g.
"folder=Calendar" in the XML with the associated EntryID). I checked the
Office 2007 XML schema but I can't find any details on exactly what's
supported with this kind of link. What I want to know is what folders are
supported - can I specify an email folder, can I use a StoreID in place of
the folder names, etc.

Thanx.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top