Tagged Questions
The cdo tag has no wiki summary.
4
votes
1answer
3k views
Extracting Embedded Images From Outlook Email
I am using Microsoft's CDO (Collaboration Data Objects) to programatically read mail from an Outlook mailbox and save embedded image attachments. I'm trying to do this from Python using the Win32 ...
2
votes
2answers
134 views
TimeZones, CDO, US Eastern Standard Time
I need a real time zones guru help!
My goal is to write a tool (in .Net) that would show datetime values from SharePoint DB with a selected timezone offset. I've found that SharePoint keeps datetime ...
2
votes
2answers
293 views
Is CDO Email the best way to send email using classic asp?
I am using asp to create a webpage that is supposed to send email to several clients. It was suggested that I use CDO email functionality. Is this the best solution for a classic asp webpage? Or ...
2
votes
1answer
705 views
CDO message wont send when delivery receipt requested
I'm writing an application in classic ASP (yes, please forgive me) that sends e-mails using Google Mail. I have it working just fine like this:
Dim ObjSendMail
Set ObjSendMail = ...
2
votes
2answers
1k views
System.Net.Mail.MailMessage Fields Dictionary
We’re currently in the process of updating the email dispatch part of our application to replace the deprecated set of classes under System.Web.Mail with the System.Net.Mail classes.
The changes ...
1
vote
3answers
229 views
Send Email using exchange server in .NET 1.1 C#
I want to know if it's possible to send email in .NET 1.1 C# using exchange server.
I had already looked at System.Web.Mail and CDO and I cannot find information about connecting to exchange and send ...
1
vote
1answer
170 views
Using classic ASP, is it possible to set the SMTP envelope from address with CDO?
I am sending mail using classic ASP with the CDOSYS objects, but I would like the envelope from address - that is, the one that is specified by MAIL FROM during SMTP - to be set differently to the ...
1
vote
1answer
391 views
Sending email in ASP (CDO message) hangs about 5 to 10 secs each time
I'm sending an email using this code:
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sign-up"
myMail.From="support@abc.com"
myMail.To="support@abc.com"
myMail.HTMLBody = signup
...
1
vote
2answers
611 views
Multipart HTML and embedded images from .NET without disk access?
I'm working on a product that creates MS Word output by generating an HTML document with the appropriate bits of Word CSS and XML magic embedded in it. I now need to embed RTF (images and styled text) ...
1
vote
3answers
1k views
CDO.Message - to many connections
I am writing a newsletter application using CDO.Message. But get an error back that we have to many connections. Seems they have a limit of 10 simultaneous connections.
So, is there a way to send ...
1
vote
3answers
272 views
How can I migrate email functionality from ASP Classic to ASP.NET?
I previously used CDO.Message and CDO.Configuration in ASP Classic to create HTML emails which was VERY simple to do. In .NET, it appears that you have to give the System.Net.Mail.Message object an ...
1
vote
2answers
807 views
MS Outlook CDO/MAPI Blocking Python File Output?
Here is an example of the problem I am running into. I am using the Python Win32 extensions to access an Outlook mailbox and retrieve messages.
Below is a script that should write "hello world" to a ...
1
vote
1answer
390 views
Understanding Microsoft's CDO.Message offline behavior
I'm using the CDO.Message class to create and send an email from a Visual FoxPro application. I've tested that it works while the user is connected to the internet, and it even seems to work when I ...
1
vote
1answer
693 views
CDO: Outlook contact sync - How to identify the correct object to sync with?
I have a web application that syncs Outlook contacts to a database (and back) via CDO. The DB contains every contact only once (at least theoretically, of course doublets happen), providing a single ...
0
votes
0answers
32 views
How to add additional functionality to DAWN in a GMF Editor?
I am doing a project based on CDO and Dawn. I am a beginner in CDO. My task is to develop a collaborative GMF Editor using Dawn. Currently, I can can run a basic DAWN application, as given in this ...
0
votes
0answers
14 views
Email Body truncate when send using CDO
Wen Recently moved our web server from Window 2003 and IIS 6.0 to Window 2008 and IIS 7.0.
Since CDONTS does not suport Window 2008 and IIS7.So We replaced the CDONTS with CDO.
But now we have ...
0
votes
1answer
128 views
How to read email and retrieve attachement using CDO (Collaborative Data Object) in VB6?
Has anyone been able to download email that contains attachment with CDO in vb6?
Can you help me with an example?
0
votes
1answer
104 views
CDOSYS error using HTMLBody (all right with TextBody) in Classic ASP
I have a problem with CDOSYS with HTMLBody on IIS 7.5
Simply, this doesn't work:
Set Mail = CreateObject("CDO.Message")
With Mail
.Subject = "My mail test"
.From = "me@localhost"
.To = ...
0
votes
0answers
51 views
Eclipse RCP - How to launch two instance in the same java process or two process from a single PDE Junit test
I am working on the following architecture :
a CDO server (eclipse modeling CDO) = a server TCP/IP
several eclipse RCP client that share informations through the CDO server
Junit test using SWTBot
...
0
votes
1answer
133 views
Whats is this format called? “/o=First Organization/ou=First Administrative Group/cn=Recipients/cn=user”
What format is the following string called in regards to Microsoft Exchange?
/o=First Organization/ou=First Administrative Group/cn=Recipients/cn=user
I've seen this using LDAP, but now seeing it ...
0
votes
0answers
48 views
Where does CDO get its information from?
I'm trying to send e-mail with cdosys.dll (ProgId "CDO.Message"). The code looks something like this:
http://www.w3schools.com/asp/asp_send_email.asp
Set myMail=CreateObject("CDO.Message")
...
0
votes
1answer
149 views
Message size limit with CDO?
I have an application in which I'm creating an email which I want the SMTP server (IIS) on the same box to deliver (OS is 2003 Server 32 bit). I send this using the "cdSendUsingPickup" method.
Using ...
0
votes
0answers
109 views
How do i take a cdo message from a folder outside of outlook and put it into the outbox inside of outlook
I have an excel file that can write a cdo email to a file on my network, however I have no idea and have had no luck finding a way to import that into outlook (which is running on another computer) ...
0
votes
1answer
706 views
How to add an embedded image to an HTML message in Outlook 2010
I have Office 2003 VBA code that uses the technique described here to embed an image in an HTML message using undocumented MAPI properties and CDO 1.21.
CDO 1.21 is no longer supported, but according ...
0
votes
1answer
138 views
My Application not allow Interop.CDO to download a file
My Application does not allow Interop.CDO to download a file from FTP server, what can I need to do to resolve this issue?
Error message :
Could not load file or assembly
'Interop.CDO, ...
0
votes
0answers
78 views
Checking Email Delivery Receipts With CDO?
I am writing an email application in C++ that sends emails using CDO. I now want to add some additional functionality which will check for read and/or delivery receipts. The email account that will ...
0
votes
1answer
205 views
CDO 1.2.1 (MAPI) html message
I'm developing a C# application that interacts with exchange to send emails.
To do that I use CDO 1.2.1 (MAPI) to log into exchange and create the message.
The problem is that I need to send a message ...
0
votes
2answers
253 views
Could not load file or assembly CDO
I have .NET project which use CDO ActiveX. Everyhting works fine on Windows Server 2003 but when I move the project to Windows 2008 I get error below. Is this because CDO is not available on Windows ...
0
votes
1answer
1k views
Outlook 2010: How to compose e-mail from VBScript/JScript
I have some JScript code I have been using for a few years which is able to read an XML file and open an Outlook compose window with the to/cc/subject fields prepopulated and files pre-attached based ...
0
votes
1answer
165 views
How to add CDO reference in an asp web page
I'm trying to create a new email in asp and send it to a mail server using CDO. I believe I need a reference for CDO or Send Email functionality. In the book it says use this:
Set objNewMail = ...
0
votes
1answer
462 views
ADODB problem with trying to access Fields
I am using CDO and ADODB to generate SMIL for sending MMS messages. Everything was working fine but (I think) after some Windows Server 2008 R2 updates, things just stopped working with this error:
...
0
votes
1answer
626 views
Reading e-mails from Outlook with Python through MAPI
I'm trying to write a short program that will read in the contents of e-mails within a folder on my exchange/Outlook profile so I can manipulate the data. However I'm having a problem finding much ...
0
votes
0answers
391 views
cdosys and IIS 7.5 (2008 Server R2 x64) problem (sendusing default value)
I'm moving my site to another hosting.
I got a problem with CDOSYS, it no longer works ("The "SendUsing" configuration value is invalid.")
I found solution:
...
0
votes
1answer
236 views
How to configure server-side authentication in CDO 3.0 or above?
Standalone CDO servers are configured using the cdo-server.xml configuration file, as explained on the CDO Wiki. A separate wiki page has further information about configuring server-side CDO/Net4j ...
0
votes
1answer
44 views
Cannot complete the function with CDOEX and Exchange 2000
I am trying to create an appointment using CDOEX in Exchange 2000. The code snippet is from msdn and is VB6.
When I reach this line: ".DataSource.SaveToContainer iMbx.Calendar, Conn" I am getting ...
0
votes
1answer
60 views
Does a certificate have to be valid to mail using CDOSYS and SMTPS?
Due to a limitation on our SMTP provder's side, we're having to use System.Web.Mail (deprecated), which is a wrapper around CDOSSYS.
Because we'd like to avoid having to change multiple ...
0
votes
1answer
368 views
Sending mail using CDO JavaScript error - Server is undefined
I got this code to send email using SMTP server, I tried many configuration of it that I found online, also VBscript similar code, and non of it is working.
I want to focus on this code, when I'm ...
0
votes
2answers
230 views
how to create group email with CDO Using VB6
How can I send an email to a group of recipients with CDO? I'm using VB6.
0
votes
1answer
174 views
0
votes
1answer
263 views
The CDO message is not sent and the message's attached file is not free to delete
I am trying to send a message with attachment using CDO object. When the SMTP Server is available and all the information is correct, the message is correctly sent with the attachment.
However, if ...
0
votes
2answers
776 views
MAPI_E_FAILONEPROVIDER from Redemption
I'm trying to user Redemption to update a user's Outlook contacts. The user I'm affecting is passed in the exchangeUser, call him "Target User".
This code works when I run it logged in as myself:
...
0
votes
1answer
56 views
MAPI working locally but not on production computer
I just can't get MAPI to work on our production machines. I've already created an application that uses MAPI and sites on that very machine but for some reason I can get my new app to work. I have no ...
0
votes
1answer
151 views
Problem in receiving Delivery notifications in CDO
I have a function that uses CDO to send emails with request to have a delivery receipt when the mail reacehes the recepient.
I use the following code:
CDO.Message msg = new CDO.Message();
...
0
votes
0answers
301 views
Frequently getting “The requested body part was not found in this message” CDO.Error '800cce05'
On my button click i am sending email. My email body is static and don't changed anytime.
I got above error. Most of the time, i got error for couple of clicks and application is able to send email ...
0
votes
1answer
362 views
CDOSYS and Unicode in the from field - vbScript
I've got the code below, and I'm trying to set the from field to allow unicode. Currently in my email client I get "??".
The subject line and any content shows the unicode correctly. And looking at ...
0
votes
2answers
1k views
Random exclamation mark in email body using CDO
We are getting random exclamation (!) mark in email body using CDO object in Classic ASP.
We are not getting this exclamation mark with outlook. Problem only occur with Lotus Notes client. We use IIS ...
0
votes
2answers
597 views
Server-sent email sporadically includes weird characters
For the past year at least now a good dozen or so of the users of my site have experienced odd characters showing up in the emails they receive. I've researched the issue numerous times and have ...
0
votes
3answers
780 views
Correct format for CDO AddAttachment for UNC path
CDO works fine in Access VBA for me except when I try to use UNC paths for the attachments. According to MSDN documentation on CDO, AddAttachment should allow UNC paths. Here's what I think should ...
0
votes
1answer
1k views
Error HRESULT E_FAIL when creating Exchange mailbox (CDOEXM.IMailboxStore.CreateMailbox)
I am trying to automate the process of creating an Exchange Mailbox for AD users and am running into an issue. When calling the CreateMailbox method I am receiving the error "Error HRESULT E_FAIL has ...
0
votes
2answers
264 views
Creating large amount of mailboxes on Exchange 2003
I've got around 750+ users that I'm going to create mailboxes for. Should I sleep for a bit between creates to not overload the exchange server or does it not matter? I've read that the actual mailbox ...