16) 4/13/2004 314372314372 314372.html">How to use the CDOEX Library to create an Outlook Calendar folder in Visual Basic .NET (314372) - Describes how to use CDOEX Library to create an Outlook Calendar folder in Visual Basic .NET. Includes sample code that you can use to create the Outlook Calendar folder.
17) 4/13/2004 313775313775 313775.html">How to use the CDOSYS Library to send an e-mail message by using the SMTP port in Visual Basic .NET (313775) - Describes how to use the CDOSYS Library to send an e-mail message by using the SMTP port in Visual Basic .NET. Includes a code sample that you can use to send the e-mail message.
18) 3/31/2004 310200310200 310200.html">How to use the CDOEX Library to create a contact by using an Item object in Visual C# .NET (310200) - Describes how to use the CDOEX Library to create a contact by using an Item object in Visual C# .NET. Includes a code sample that you can use to create the contact.
19) 3/31/2004 310199310199 310199.html">How to create a contact with ADO and the ExOLEDB provider by using Visual C# .NET (310199) - Describes how to create a contact by using ADO and the ExOLEDB provider by using Visual C# .NET. Includes a code sample that you can use to create the contact.
20) 3/31/2004 310195310195 310195.html">How to use the CDOEX Library to create a contact in Visual C# .NET (310195) - Describes how to use the CDOEX Library to create a contact in Visual C# .NET. Includes a code sample that you can use to create the contact.
21) 3/31/2004 310558310558 310558.html">How to create a New Recurring Meeting that has exceptions by using CDOEX in Visual C# .NET (310558) - Explains how to use Microsoft CDO for Exchange 2000 Library to create a New Recurring Meeting that has exceptions in Visual C# .NET
22) 3/30/2004 310557310557 310557.html">How to use the CDOEX Library to create a recurring meeting in Visual C# .NET (310557) - Describes how to use the CDOEX Library to create a recurring meeting in Visual C# .NET. Includes a code sample that you can use to create the recurring meeting.
23) 3/30/2004 314363314363 314363.html">How to create a contact by using an Item object in Visual Basic .NET (314363) - Describes how to use the CDOEX Library to create a contact by using an Item object in Visual Basic .NET. Includes a code sample that you can use to create the contact.
24) 3/30/2004 314362314362 314362.html">How to create a contact by using ADO and ExOLEDB in Visual Basic .NET (314362) - Describes how to create a contact by using ADO and ExOLEDB in Visual Basic .NET. Includes a code sample that you can use to create the contact.
25) 3/15/2004 235361235361 235361.html">BUG: CDO (1.21) with #import Causes Incorrect HRESULT Error Code Values (235361) - When using Collaboration Data Objects (CDO 1.21) by means of #import, the error code returned in _com_error is not correct. For example, error MAPI_E_AMBIGUOUS_RECIP, the correct error is x80040700, but _com_error::Error returns 0x80040ce8 instead.
26) 3/6/2004 233293233293 233293.html">HOWTO: Set SMTP Header Properties Using CDONTS (233293) - Using Collaboration Data Objects for NTS (CDONTS), additional header information can be set for messages that are created using CDONTS. The Value property of the NewMail object allows additional header information to be added to the NewMail object in...
27) 3/6/2004 228465228465 228465.html">PRB: Permission Denied While Using CDONTS to Send Mail with Exchange (228465) - When attempting to send e-mail from an Active Server Pages (ASP) page that uses the CDONTS.NEWMAIL object (out of process), you receive the following error message: Permission Denied This error occurs on machines with the following configuration:...
28) 3/6/2004 217067217067 217067.html">BUG: CDONTS Newmail Object Fails on Terminal Server Client (217067) - When trying to use the Collaboration Data Objects for NTS (CDONTS) library in a Visual Basic project from a Terminal Server client, the code fails with the following error message: Error 429 - ActiveX cannot create object
29) 3/6/2004 190548190548 190548.html">PRB: CDO (1.x) Session.Logon Fails with E_AccessDenied (0x80070005) (190548) - Customer attempts to use Visual Studio to edit an Exchange Script and receives the following error message: Session.Logon Failed: [Colaboration Data Objects - [E_AccessDenied (80070005)]](80070005).
30) 3/6/2004 192651192651 192651.html">PRB: Unhandled Exception Using COM Smart Pointers with VC++ (192651) - Using smart pointers with Visual C++ version 5.0, generated by including a type library with #import, it is possible to experience an unhandled exception error in your application. A common symptom is having near identical code for an object model,...