Visual Studio Tools for Office: Outlook integration!
- Posted: Jun 06, 2005 at 12:08 PM
- 54,291 Views
- 10 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
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
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
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