Advertisement

1 - 10 of 337 containing alltags:("cdo") (0 seconds)
I need to know how to use the MS CDO objects in D4.  I tried to import the cdo.dll but there don't seem to be any classes that are imported?   Am I missing something???
Zones: Delphi ProgrammingDate Answered: 03/14/2002 Grade: A Views: 0
In my source code to send E-mail through CDO in ASP and attach a gif file in that email. Source code is listed as below: Set objMail =server.CreateObject("cdonts.newmail") objMail.to="receiver...
Zones: ASPDate Answered: 11/26/1999 Grade: A Views: 0
I wrote a messaging application in VB 6.0 that uses CDO. Most of the users of the app had Windows 98 or NT Workstation on their PCs. Now that some of them are having Windows 2000 installed on their...
Zones: Visual BasicDate Answered: 07/24/2000 Grade: A Views: 0
How do I log on (using CDO) to a Exchange Server in a remote server or diff domain?
Zones: Visual BasicDate Answered: 08/07/2000 Grade: A Views: 0
I am trying to sent email by the cdo.bcc it is a long list  but its only can be send to the first name at the list. this is the code: Set Rs = Server.CreateObject("ADODB.RecordSet") sql = sql...
Zones: ASPDate Answered: 08/20/2000 Grade: A Views: 0
How can i use the exchange cdo1.21 to access fields of a message object in a folder?
Zones: Visual BasicDate Answered: 09/26/2000 Grade: B Views: 0
Hi, How can I create a message using CDO and then make the message visible so that the user can push the send button themseves. Thanks
Zones: Visual BasicDate Answered: 04/24/2001 Grade: A Views: 0
I'm looking for a method to modify or add values to any of the fields for a name contained in the global address list.  For example, to change or add a new last name or office telephone number.  Th...
Zones: Visual Basic, VB ObjectsDate Answered: 05/21/2001 Grade: A Views: 0
Using MAPI I can open the address book using MAPIMessage.Action = vbMessageShowAddressBook and then with code copy the selected addresses into a variable How can I achieve the same using C...
Zones: Visual BasicDate Answered: 07/08/2001 Grade: A Views: 0
I've written an app in VB6 to take the attachments of incoming emails & copy them to a directory on my pc but it truncates the filenames to 8.3 which I know is a restriction with MAPI...so I read t...
Zones: Visual BasicDate Answered: 08/28/2001 Grade: A Views: 0