Visual Studio Tools for Office: Outlook integration!
- Posted: Jun 06, 2005 at 12:08 PM
- 54,068 Views
- 10 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- Mid Quality WMV (Lo-band, Mobile)
- WMV (WMV Video)
Andrew also discusses the core architecture of how managed add-ins are possible in Office. Very good discussion of shims and the like.
Enjoy.
Download Size: 108 MB
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
I'm trying to understand the Outlook Addin comments. Assuming your talking about the standard outlook COM/Interop addin model using the PIAs and connecting through IExt., why would I need VSTO to do that?
Is the O 12 Addin model changing?
The cool thing about the O-11 addin model is that... even if outlook didnt do this out of the box, you could make it do so pretty easily... The ghenghis project has a class api called AniForm (I think thats it) that looks a lot like the MS Messenger popup so, if you wanted, you could create an addin that hooks into the Outlook Events and, show a Messenger Style popup everytime you receive a new message.
You can certainly create a managed IDTExtensibility2 add-in for Outlook without VSTO. What VSTO 2005 brings to the party is support for the new IStartup-based add-ins. This support includes both a new set of Visual Studio project types, and also a runtime that does all the basic things like creating a separate appdomain, checking security policy, checking for updates, and so on. These services are not available for IDTExtensibility2 add-ins unless you write them yourself.
For reference see John Durant's post re the change to classes changed for the RC:
http://blogs.msdn.com/johnrdurant/archive/2005/08/23/vsto_application_change.aspx#462150
i have to develop an outlook addin with VSTO 2005 SE
all works fine (ribbon, region, etc) but i have a big problem
my need :
- i create new folders
- when i click on it, i would like display an html view and display the details of the folder clicked
but, i can't get information about my outlook context.
it 's like a new outlook instance was running
it was ok with previous office version (ie2003)
please help
thanks a lot
regards
Remove this comment
Remove this thread
close