Welcome to MSDN Blogs Sign in | Join | Help

October 2008 - Posts

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

SMTP event sink on Exchange Server 2003 is not firing and not working as expected.

If the SMTP event sink on Exchange Server 2003 is not firing and not working as expected. Please make sure that Event sink .vbs file is saved in ANSI Encoding not in UNICODE . Because Event sink file in UNICODE will break script parser and hence Event

HTML controls are not appearing properly in the email on Outlook 2007

HTML controls are not appearing properly in the email on Outlook 2007. This behavior of Outlook2007 is by design. Here are link related to the issue. · Outlook 2007 uses only Word as the e-mail editor http://support.microsoft.com/?id=933793 · Microsoft

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,

How to send SMTP Mail via Port using CDOSYS with Basic Authentication

Here is a sample script to send SMTP mail via Port using CDOSYS with Basic Authentication. 1: 'Sending SMTP Mail by Port 25 Using CDOSYS with Basic Authentication 2: 'Refer the following article for sending mail with out using authentication : http://msdn.microsoft.com/en-us/library/ms992546(EXCHG.65).aspx
Posted by brijs | 0 Comments

Tips and Tricks for Troubleshooting Office Add-ins Part - 1

We can enable error logging and displaying of error message for the VSTO add-in by setting environment variables VSTO_SUPPRESSDISPLAYALERTS and VSTO_LOGALERTS . To display each error in a message box, set the VSTO_SUPPRESSDISPLAYALERTS variable to 0 (zero).
Posted by brijs | 2 Comments
 
Page view tracker