Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
Office Development with Visual Studio
>
All Tags
>
outlook 2007
Server & Tools Blogs
>
Developer Tools Blogs
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Office Blog
Develop Office Business Applications using Visual Studio
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
Office Developer Tools for Visual Studio 2012: Now Available with Office 2013 and .NET Framework 4.5 support
Posted
2 months ago
by
VSTOTeam
5
Comments
Creating a Bootstrapper package for an Office 2013 VSTO Add-in with Visual Studio 2012
Posted
5 months ago
by
VSTOTeam
10
Comments
VSTO Developer Center is now part of the Office Developer Center
Posted
over 2 years ago
by
VSTOTeam
2
Comments
Migrating VSTO 2005/2008 InfoPath Projects to InfoPath 2010
Posted
over 2 years ago
by
VSTOTeam
0
Comments
Live Now on Developer Tools Blogs
Tags
.NET Framework Client Profile
add-ins
Beth Massi
C#
Christin Boyd
ClickOnce
Command bars
Community
Excel 2007
migration
Nathan Carlson
Norm Estabrook
OBA
Office 2003
Office 2007
Office 2010
Office Development
Ribbon
VB
Visual Studio 2010
VS2008
VS2010
VSTO
Word 2007
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
March 2013
(1)
December 2012
(1)
August 2011
(1)
April 2011
(1)
January 2011
(1)
November 2010
(2)
October 2010
(1)
September 2010
(1)
August 2010
(1)
June 2010
(7)
May 2010
(3)
April 2010
(6)
March 2010
(6)
February 2010
(3)
January 2010
(3)
December 2009
(5)
November 2009
(2)
October 2009
(4)
September 2009
(1)
August 2009
(4)
July 2009
(1)
June 2009
(5)
May 2009
(10)
April 2009
(6)
March 2009
(5)
February 2009
(3)
January 2009
(1)
December 2008
(5)
November 2008
(5)
October 2008
(4)
September 2008
(4)
August 2008
(5)
July 2008
(7)
June 2008
(6)
May 2008
(12)
April 2008
(6)
March 2008
(3)
February 2008
(8)
January 2008
(4)
December 2007
(1)
More
▼
Less
▲
Tagged Content List
Blog Post:
Migrating an Outlook Solution to .NET Framework 4 in Visual Studio 2010 (Norm Estabrook)
VSTOTeam
Visual Studio can help migrate your Outlook solutions from .NET Framework 3.5 to the .NET Framework 4. However, you still have to do a few things manually to make it all work. Beth Massi converts an Outlook Solution that targets the .NET Framework 3.5 to an Outlook Solution that targets the .NET...
on
16 Dec 2009
Blog Post:
Making a Custom Group Appear in the Message Tab of a Mail Item (Norm Estabrook)
VSTOTeam
You can add a custom group to the Message tab of an Outlook mail item. For example, here is a custom group named "MyCoolGroup" that I added to the message tab of a new message: Outlook lets you open a message in the following two modes: Compose (you are drafting a new message). Read ...
on
15 Dec 2009
Blog Post:
Office Development with Visual Studio 2008 Tutorial Series Started (Beth Massi)
VSTOTeam
Robert Green , VSTO MVP, has started a series of tutorials on building on Office 2007! Thanks Robert! In this first of a series of tutorials on building applications on Office you’ll learn how to create an Outlook 2007 customer appointment management solution using Visual Studio 2008. This step...
on
14 Oct 2009
Blog Post:
Do Your Outlook UI Elements Need Counseling? - Get your Form Regions, Ribbons, and Task Panes Talking to Each Other Again (Norm Estabrook)
VSTOTeam
So you want to open a task pane by using a button on the Ribbon. You also want a form region that appears in an e-mail item to detect the state of a control on a custom task pane so that you can add or remove an option that appears in a Ribbon menu right? Ok, I completely made this scenario up. But at...
on
3 Jun 2009
Blog Post:
TechEd Sessions on Office Development
VSTOTeam
If you’re going to TechEd in Los Angeles next week, then don’t miss these four sessions: DTL03-INT Meet the Microsoft Visual Studio Team Christin Boyd, Eric Carter , Paul Yuknewicz, Jay Schmelzer, Dustin Campbell , Jonathan Aneja, Luke Hoban , Igor Zinkovsky, Faisal Nasir, Harry Pierson , Lisa Feigenbaum...
on
7 May 2009
Blog Post:
Here is a Way to Get the ID of a Built-in Outlook Command Bar Menu (Norm Estabrook)
VSTOTeam
Recently, a forum poster asked us how he could add a submenu item to a built-in menu item in Outlook. Note that these are not controls that appear on the Ribbon of an Outlook item, but rather the menus that drop down from the top of the Outlook Explorer such as the View menu and the Tools menu...
on
30 Apr 2009
Blog Post:
Making a Custom Ribbon Appear Only for a Custom Outlook Form (Norm Estabrook)
VSTOTeam
Many of you have posted questions to the VSTO Forum about how to make custom tabs, groups and controls appear only in cases where the user opens a custom form in Outlook. The reason why that is difficult to accomplish is because there is no way to specify the names of custom forms in the Ribbon Designer...
on
28 Jan 2009
Blog Post:
Share a Ribbon Customization between Office Applications (Norm Estabrook)
VSTOTeam
We have received feedback from several folks that they would like design one Ribbon by using the Ribbon visual designer, and then re-use that same Ribbon in more than one Office application. This approach makes sense. If my custom tab looks the same for each application, I really don’t want to create...
on
10 Mar 2008
Blog Post:
Office Developer Conference: Developing and Deploying Office Solutions with VS 2008 (Christin Boyd)
VSTOTeam
Last Monday I presented session CLI202: Developing and Deploying Smart Clients for Office at the Office Developer Conference in San Jose. This blog post is a mini-version of the slides and demos from my session. The session was not recorded. Slide 1: Office Development In VS 2008 You can develop...
on
15 Feb 2008
Blog Post:
Out Loud for Outlook: Speech Recognition & Synthesis (Nathan Carlson)
VSTOTeam
Nathan Carlson developed a creative solution for Outlook 2007 using Visual Studio 2008 (codename Orcas). The Out Loud for Outlook project started as a dogfood testing project last summer. For those of you unfamiliar with the dogfood testing practice at Microsoft, it's a term for testing our own products...
on
1 Feb 2008
Page 1 of 1 (10 items)