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:
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
Blog Post:
Issue with updating a PT_BINARY property using WebDAV
Akashb
I ran into a strange issue yesterday when I was trying to update a Named property of type PT_BINARY using WebDAV. When I did the PROPPATCH it went through fine and did not fail. When I checked the Named property using MFC MAPI, it was there but the type had changed to PT_STRING8. Below is the WebDAV...
on
9 Oct 2008
Blog Post:
Saving an email as "Draft" in the Drafts folder
Akashb
Have you ever tried to save a email into the Drafts folder using WebDAV? I followed the KB 313128 and altered the code to just save the email to the drafts folder. When I tried to open the email from the Drafts folder using Outlook Web Access(2003) or Outlook it appeared as a "Sent" email although I...
on
6 Oct 2008
Page 1 of 1 (6 items)