Brijs Blogging... Looking Beyond the Obvious

Blog related to Exchange and Outlook Development technologies... So if you are looking for Exchange Web Serivces, Outlook Object Model, VSTO Addin development, CDO 1.21, WebDAV ..... then you are at right place.

Delegate Access and Delegate Access Management with Exchange Web Services.

One of the common request from our customers is to provide interface to work programmatically with...

Author: Brijs Date: 05/05/2009

List delegates of the Outlook Mailbox using CDO 1.2.1 via VBScript

I have recently worked out a VBScript to list delegate of the Outlook Mailbox using CDO 1.2.1 via...

Author: Brijs Date: 05/04/2009

Download for Office 2007 SP2 is available now

Office 2007 SP2 is available for download.  The 2007 Microsoft Office Suite Service Pack 2...

Author: Brijs Date: 04/29/2009

How to do FindFolder and MoveItem Operations of Exchange Web Services using VB.net

In continuations of my previous post How to do FindItem and GetItem Operations of Exchange Web...

Author: Brijs Date: 04/28/2009

How to send Excel contents as PDF attachment with the email using CDOSYS

One of my customer would like to send Excel 2007 worksheet contents as email using CDOSYS. We are...

Author: Brijs Date: 04/27/2009

FYI: Microsoft Unveils Exchange 2010 with Public Beta

I am exited to share that the public beta of Microsoft Exchange Server 2010 is now available....

Author: Brijs Date: 04/15/2009

FYI: Exchange Web Services now got Managed Interface

If you are doing devolvement for Exchange Server 2007 using Exchange Web Services(EWS) then here’s...

Author: Brijs Date: 04/15/2009

FYI: Test your VBA coding skills and win!

Here is a news for you… MSDN® is sponsoring a coding contest for Office 2007, named OfficePalooza!...

Author: Brijs Date: 04/14/2009

Unable to use Outlook Custom form with MSFlexGrid control

One of our customer reported that they are not able to use Outlook Custom form with MSFlxGrd control...

Author: Brijs Date: 04/02/2009

How enumerate mailbox permission using ADSI VBScript?

We can use ADSI VBScript sample given below to enumerate mailbox permission from the exchange...

Author: Brijs Date: 03/27/2009

How to do FindItem and GetItem Operations of Exchange Web Services using VB.net

It does seem to be a bit of a dearth of VB.net samples for Exchange Web Service. So here is a sample...

Author: Brijs Date: 02/06/2009

How to delete an attendee from Meeting Request using Exchange Web Services?

In order to remove attendees from an attendee collection, we have to call the UpdateItem Web method...

Author: Brijs Date: 01/27/2009

How to read Internet Headers using WebDAV

We can get Internet Headers/Message Headers via WebDAV using PR_TRANSPORT_MESSAGE_HEADERS MAPI...

Author: Brijs Date: 01/22/2009

MAPI documentation got Revamped

If you are developer working on MAPI then here is the news: MAPI documentation is revamped and...

Author: Brijs Date: 01/21/2009

How to set msExchRecipientTypeDetails Active Directory Attribute using VBScript.

When we move Mailbox from Exchange 2003 to Exchange 2007, it may be shown as Linked Mailbox. This...

Author: Brijs Date: 12/19/2008

Issue: Unable to set recurrence pattern of an appointment or a meeting as every weekday using Outlook Object Model

The only available recurrence patterns to set from OOM are as below: olRecursDaily = 0,...

Author: Brijs Date: 12/12/2008

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;...

Author: Brijs Date: 11/28/2008

"Condition is not valid" error on Items.Find for Appointment Item using GlobalAppointmentID as filter

We are getting "Condition is not valid" error on Items.Find for Appointment Item using...

Author: Brijs Date: 11/28/2008

How to send deferred delivery email using Exchange Web Services ?

We can send deferred delivery mail using Exchange Web Services by setting PR_DEFERRED_SEND_TIME and...

Author: Brijs Date: 11/27/2008

Resources for development tests and hands on experience with Microsoft's programming tools and technologies.

If you are looking for resources to test your development projects then read on...  Run IT on a...

Author: Brijs Date: 11/21/2008

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...

Author: Brijs Date: 11/10/2008

How to send a copy of all SMTP mails to another recipient mailbox using SMTP Event Sink

Sometime we need to trap all the outgoing/incoming email messages and would like to forward a copy...

Author: Brijs Date: 11/04/2008

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...

Author: Brijs Date: 10/31/2008

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...

Author: Brijs Date: 10/28/2008

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...

Author: Brijs Date: 10/27/2008

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...

Author: Brijs Date: 10/16/2008

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:...

Author: Brijs Date: 10/15/2008

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...

Author: Brijs Date: 10/10/2008

<Previous