Browse by Tags
All Tags »
CDOEXM (RSS)
Ever copied a DLL from one system to another and registered it using RegSvr32.exe? or in other words ever created a DLL hell situation? Its easy and dirty at the same time to copy-paste DLL between systems and register them using regsvr32.exe Often you
Read More...
If you ever tried to modify the msExchMailboxSecurityDescriptor attribute directory then you must be aware that this attribute exists on the user object in the Active Directory and stores a partial copy of the user's mailbox security descriptor. This
Read More...
This was a tough one and was lots of learning for me as well. Me and my colleague was working on a customer issue where his intentions were to list all the permissions on Exchange 2003 Mailbox Store. Of course one can go to Exchange System Manager (ESM),
Read More...
Cut Down APIs from Exchange 2007 Management APIs • CDOExM • Queue Viewer API (QAPI) • WMI Classes for Exchange With the release of Exchange 2007 all of exchange management is done via cmdlets in PowerShell™. Transport APIs • EDK Gateways • Routing Objects
Read More...
I have seen this problem many times where people complain me that they are recieving the following error Error: Error in loading DLL: 'oExch.DataSource.Open', Code 800A0030 DataSource.Open command returns instance of CDO.IDataSource interface which is
Read More...
Problem So you have an ASP.Net application that creates a user account in Active Directory and a Mailbox using the CDOEXM library. When you execute the following code in your ASP .Net application Dim oMailbox As CDOEXM.IMailboxStore oMailbox = ADEntry.NativeObject()
Read More...
Microsoft is a company full of challenges where challenges turns into opportunities, opportunities which makes you feel out of this world. You see technology, you feel technology, you live technology, technology which drive this world. To give you a brief
Read More...