Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
June 2013
(1)
April 2013
(1)
December 2012
(2)
August 2012
(3)
July 2012
(2)
May 2012
(2)
January 2012
(1)
December 2011
(2)
September 2011
(1)
August 2011
(1)
July 2011
(5)
June 2011
(5)
May 2011
(1)
April 2011
(3)
February 2011
(1)
November 2010
(2)
May 2010
(1)
March 2010
(7)
February 2010
(1)
January 2010
(2)
December 2009
(3)
September 2009
(3)
May 2009
(1)
April 2009
(1)
February 2009
(1)
January 2009
(1)
December 2008
(1)
November 2008
(4)
October 2008
(6)
August 2008
(6)
Tags
C#
CDOSYS
Deployment
DevMsgTeam
EWS Managed API
Exchange 2003
Exchange 2007
Exchange 2010
Exchange Web Services
HOWTO
Messaging Records Management
Outlook 2007
Outlook 2010
Powershell
PowerShell 2.0
SMTP
System.Net.Mail
Transport Agent
VB Script
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
VSTO
VSTO 3.0
WebDAV
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Error:CDO.Message.1 (0x80040220) The "SendUsing" configuration value is invalid on IIS 7.5
Akashb
The error CDO.Message.1 (0x80040220) -The "SendUsing" configuration value is invalid is back again on IIS 7.5 and the reasons are also the same! inadequate permissions on the IIS Metabase due to which CDOSYS is unable to read the location of the Pickup Directory from the IIS Metabase. What...
on
24 May 2010
Blog Post:
HOWTO: Set Mailbox Quotas using CDOEXM
Akashb
Are you someone who maintains Exchange 2003 servers? Did you ever have a requirement to set the Mailbox quotas for a lot of users at one go? Here is your solution. The sample code below uses ADSI and Cdoexm to set mailbox quotas for multiple user. The following sample is a simple VBScript code...
on
20 Nov 2008
Blog Post:
HOWTO: Dump out Contacts using CDOEX and ADO
Akashb
The following sample is a simple VBScript code sample that that uses CDOEX and ADO to iterate through multiple mailboxes and dumps out the contact data to a text file. This code must be run on the Exchange server. To use this sample, paste the following code in a new text file, and then name the file...
on
14 Nov 2008
Blog Post:
HOW TO:Set folder level permissions using CDO 1.21 and ACL.dll
Akashb
This is not something everyone would want to do, but just in case below is the sample code that uses ACL.dll (found in the Platform SDK) to set "Reviewer" permissions on all the folders for a specific user. The following sample is a simple VBScript code sample that iterates through all folders...
on
7 Nov 2008
Blog Post:
HOW TO:Iterating through Exchange Mailboxes using CDO 1.21
Akashb
I have seen many developers wanting to loop through multiple mailboxes either to get the mailbox size or get the number of emails in different folders. Here is a sample that loops through multiple mailboxes recursively. The following sample is a simple VBScript code sample that iterates through all folders...
on
27 Oct 2008
Page 1 of 1 (5 items)