Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Brijs Blogging... Looking Beyond the Obvious
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.Net
C#
CDO 1.2.1
CDOSYS SMTP MAIL
COM Add-in
Delegates
Deployment
DevMsgTeam
Diagnostic
Download
EWS
Exchange Server 2003
Exchange Server 2007
Exchange Server 2010
Exchange Web Services
Exchange Web Services Managed API
FYI
General
How to
Issue
Learn
MAPI
Office Add-ins
Outlook 2003
Outlook 2007
Outlook 2010
Outlook Add-ins
Outlook Custom Form
Outlook Object Model
PowerShell
Problem
SMTP
SMTP Event Sink
Troubleshooting
VB
VB.net
VBA
VBScript
Visual Basic
Visual Studio
Visual Studio 2008
VSTO
VSTO 3.0
WebCast
WebDAV
Windows Server 2008
Workaround
News
DISCLAIMER: This is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified in the
Terms of Use
If you are interested in reading this blog in a language other than English, please try the Windows Live Translator.
Archives
November 2009 (6)
October 2009 (2)
September 2009 (1)
August 2009 (3)
June 2009 (1)
May 2009 (4)
April 2009 (7)
March 2009 (1)
February 2009 (1)
January 2009 (3)
December 2008 (2)
November 2008 (6)
October 2008 (6)
Team Bloggers
Stephen Griffin
Matt
Patrick
Dave
Vikas
Deva
Jeff
Nayan
Dan
Akash
Browse by Tags
All Tags
»
Office Add-ins
(RSS)
.Net
C#
COM Add-in
Deployment
DevMsgTeam
Download
How to
Issue
Outlook 2003
Outlook 2007
Outlook Add-ins
Problem
Visual Studio
Visual Studio 2008
VSTO
VSTO 3.0
Workaround
Friday, October 23, 2009 5:07 PM
How to deploy VSTO add-ins for Outlook?
“What is the best way to deploy VSTO add-ins for Outlook?” This is one of the most common question asked by our customers who are developing add-ins using Visual Studio Tools for Office(VSTO) for Outlook and other Office Applications. Simple answer
Posted by
brijs
|
0 Comments
Filed under:
Office Add-ins
,
DevMsgTeam
,
How to
,
VSTO
,
Outlook Add-ins
,
Outlook 2007
,
VSTO 3.0
,
.Net
,
Visual Studio 2008
,
Deployment
Friday, November 28, 2008 2:08 PM
Issue: Prerequisites Packages are not available for the Office Add-in Setup Project developed using Visual Studio
We need to add Prerequisites Packages to Office Add-in Setup Project developed using Visual Studio; so that out Add-in works as expected when we deploy it on other machines. In case any of pre-requisite packages are not available/listed under Add Prerequisites
Posted by
brijs
|
1 Comments
Filed under:
Office Add-ins
,
DevMsgTeam
,
How to
,
Outlook Add-ins
,
Outlook 2007
,
Workaround
,
Issue
,
Problem
,
Outlook 2003
,
.Net
,
Visual Studio 2008
,
Visual Studio
,
Download
Monday, November 10, 2008 1:31 PM
How to check that outgoing Outlook Mail Item is with digital signature or encrypted from VSTO Add-in in C#?
How to capture whether user has checked to send Outlook Mail with digital signature or encrypted from VSTO Add-in in C# ? We can use the following code snippet with VSTO SE Outlook Skeleton project to build sample add-in: IMPORTANT NOTE: This add-in will
Posted by
brijs
|
1 Comments
Filed under:
Office Add-ins
,
DevMsgTeam
,
How to
,
VSTO
,
Outlook Add-ins
,
C#
,
Outlook 2003
,
.Net
Friday, October 31, 2008 3:52 PM
BUG: "Value does not fall within the expected range." error after installing VSTO 3.0 MSI package
If you are getting "There was an error during installation. Value does not fall within the expected range." error along with following exception: ************** Exception Text ************** System.ArgumentException: Value does not fall within the expected
Posted by
brijs
|
1 Comments
Filed under:
Office Add-ins
,
DevMsgTeam
,
VSTO
,
Outlook Add-ins
,
Outlook 2007
,
Workaround
,
Issue
,
Problem
,
VSTO 3.0
Thursday, October 16, 2008 10:44 PM
How to Capture Outlook Custom Form's Command Button Click event in COM Add-in using C#?
Use the following code snippets to wire an event in C# to capture the click event of the command button on the Outlook Custom Form. 1: /*NOTE: Following programming examples is for illustration only, without warranty either expressed or implied, 2: including,
Posted by
brijs
|
0 Comments
Filed under:
Office Add-ins
,
DevMsgTeam
,
How to
,
COM Add-in
,
Outlook Add-ins
,
C#
,
Outlook 2003
,
.Net