Browse by Tags
All Tags »
CDOSYS (RSS)
Microsoft Windows Server 2003 does not install Collaboration Data Objects (CDO) for NTS (CDONTS). Therefore, applications that use CDONTS do not function on a Windows Server 2003-based computer. Windows Server 2003 provides improved alternatives to CDONTS.
Read More...
Recently I was working with a Customer who uses ASP & CDOSYS to send Unicode content e-mails. He had the following partial code-snippet: ... Set objMail = Server.CreateObject( "CDO.Message" ) 'Create CDO.Message Object Set objBodyPart =
Read More...
CDOEX is a superset of CDOSYS; this means that CDOEX contains all of the functionality of CDOSYS, plus additional functionality for use with Microsoft Exchange Server 2000. When CDOEX is installed on a computer, it takes over the functionality that was
Read More...
You need to configure the user permissions to relay e-mail messages through the SMTP service. Do the following steps: Click Start , click Run , type inetmgr or open Internet Information Manager from Control Panel > Administrative Tools, and then click
Read More...
Assume that the computer on which this example will run has neither a SMTP service nor Microsoft Outlook® Express installed. In this case, you need to send the message through some SMTP service on the network and must configure the Message object completely.
Read More...
I tried to compose the test and troubleshooting tools for various exchange technologies. This initial list upto Exchange Server 2003. Technology Tools for test and troubleshooting tools Active Directory Services Interfaces (ADSI) All standard test and
Read More...
Code snippet ' private void cmdSend_Click( object sender, System.EventArgs e) { try { CDO.Message oMsg = new CDO.MessageClass(); CDO.Configuration oConfig = new CDO.ConfigurationClass(); ADODB.Fields
Read More...
As you know that the Collaboration Data Objects (all versions) Libraries are used to implement Messaging and Collaboration functionality into a custom application. Please find this article contains information on where these libraries can be found. http://support.microsoft.com/kb/17144
Read More...
Do you know why MAPI is not suitable for HTML messages? MAPI 1.0 was written before HTML mail was developed and does not reliably support the creation of HTML-formatted messages. As you know, MAPI 1.0 is the version supported by all versions of Microsoft
Read More...
Exchange Server - Frequently Asked Questions When we do Exchange programming with client and server versions of the Exchange Server Providers, MAPI32, EMSMDB, EMSABP and MSPST32 almost or always causes confusion. In this article, we'll discuss about the
Read More...