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???
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10208718.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10238812.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10775221.html
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?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10839721.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11052804.htm...
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?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11378098.html
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
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20108500.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20121582.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20146144.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20172116.html
Zones:
Visual BasicDate Answered: 08/28/2001 Grade: A Views: 0