Akash Blogging......

Increasing the number of mails that can be processed(Asynchronously) by a Routing Agent simultaneously

I recently ran in an issue where one of my customer was developing a context sensitive email...

Author: Akashb Date: 09/10/2009

Changing the position of the “ReplyAll” button in Outlook 2007 Ribbon

Do you want to make “ReplyAll” the last button in the Ribbon while reading mail(Inspector) in...

Author: Akashb Date: 05/13/2009

Running WebDAV code against Windows 2008(IIS7) and getting HTTP Error 404.11?

I ran into this same issue and then discovered the following KB: Error message when you visit a Web...

Author: Akashb Date: 04/23/2009

HOW TO:Rewrite the To address in Transport Agents on a Hub Server

Have you ever tried sending a mail to someone and it end up with someone else! Beware there could be...

Author: Akashb Date: 02/24/2009

HOWTO: Using PowerShell in ASP.NET (.NET Framework 2.0)

The easiest solution is to create a COM component and register that component with component...

Author: Akashb Date: 01/30/2009

HOW TO: Get details about a Exchange User in Outlook 2007 & Outlook 2003

I recently came across an issue where I needed to get the details about Exchange User from within an...

Author: Akashb Date: 12/19/2008

HOWTO: Set Mailbox Quotas using CDOEXM

Are you someone who maintains Exchange 2003 servers? Did you ever have a requirement to set the...

Author: Akashb Date: 11/20/2008

HOWTO: Dump out Contacts using CDOEX and ADO

The following sample is a simple VBScript code sample that that uses CDOEX and ADO to iterate...

Author: Akashb Date: 11/14/2008

HOW TO:Set folder level permissions using CDO 1.21 and ACL.dll

This is not something everyone would want to do, but just in case below is the sample code that uses...

Author: Akashb Date: 11/07/2008

Unable to Instantiate Outlook Object from Visual Studio 2008 on Vista with UAC ON?

Having problems in instantiating a new Outlook object from VS 2008(Windows Form Application) when...

Author: Akashb Date: 11/03/2008

HOW TO:Iterating through Exchange Mailboxes using CDO 1.21

I have seen many developers wanting to loop through multiple mailboxes either to get the mailbox...

Author: Akashb Date: 10/27/2008

HOW TO:Alter the "SetSecurity" and "Setup" project to support deployment of a VSTO Add-In for All Users

Why do we need to alter the "SetSecurity" and the "Setup" project? I sincerely suggest you read the...

Author: Akashb Date: 10/17/2008

HOW TO: Alter the "SetSecurity" project to grant full trust to the add-in installation folder instead of the add-in assembly

Its better late than never, I have been wanting to write this post for a long time now and looks...

Author: Akashb Date: 10/10/2008

Issue with updating a PT_BINARY property using WebDAV

I ran into a strange issue yesterday when I was trying to update a Named property of type PT_BINARY...

Author: Akashb Date: 10/09/2008

HOW TO: Using WebDAV from PowerShell 1.0

I was just trying my hands on PowerShell and wanted to try using WebDAV from it. I wrote a small...

Author: Akashb Date: 10/09/2008

Saving an email as "Draft" in the Drafts folder

Have you ever tried to save a email into the Drafts folder using WebDAV? I followed the KB 313128...

Author: Akashb Date: 10/06/2008

HOW TO: Add SMTP ProxyAddresses to a mailbox using Exchange PowerShell and Managed code.

The key here is that you will first have to read all the proxy addresses using the Get-Mailbox...

Author: Akashb Date: 08/29/2008

Looping through Items in Outlook 2003 and having speed issues?

Looping through contacts or other items using Outlook Object Model and C++ is faster than using C#....

Author: Akashb Date: 08/26/2008

How to force System.Net.Mail to use AUTH LOGIN instead of AUTH gssapi

When we send a mail out using System.Net.mail, It sends out a EHLO command, It then parses out the...

Author: Akashb Date: 08/21/2008

HOW TO: Add ResourceDelegates for a Room Mailbox(s) based on a specified criteria using Powershell script

If you want to add ResourceDelegates for a Room Mailbox based on a specific criteria you can use the...

Author: Akashb Date: 08/19/2008

Must read articles for VSTO 3.0 deployment for 2007 Microsoft Office System using Windows Installer

The following articles are a must read if you are deploying VSTO 3.0 solutions for 2007 Microsoft...

Author: Akashb Date: 08/08/2008

HOW TO: Enable Mailboxes in different Storage Groups based on first character of First Name using Powershell script

In case you have already created the AD accounts and wants to enable mailbox and have a requirement...

Author: Akashb Date: 08/07/2008

<Previous