CDO.dll or cdosys.dll

J

Jerry C

I am working on a program that gets mail messages from the default SMTP
server with iis 6.0 on windows server 2003. I am using the cdosys.dll in the
system32 directory. The reference Name is "Microsoft CDO for Windows 2000
Library".

On the machine there is a CDO.dll in the Program Files\Common
Files\System\MSMAPI\1033 directory.

The question is which one of these is the current dll. I also wonder if
there is better way to access mail messages in the SMTP server. Does the
dotnet framework have a object for this like system.net.mail that does this.

I am using the objects:
Dim objDropDir As New CDO.DropDirectory
Dim objMessages As CDO.IMessages
Dim objMailMessage As CDO.IMessage
Dim MailAttachments As CDO.IBodyParts
Dim MailAttachment As CDO.IBodyPart

to get messages in the drop directory (.eml files) open them and get any
attached file.

Thank you
 
S

Steven Cheng [MSFT]

Hi Jerry,

As for the CDO.dll , it is a Mail message component based on the MAPI
providers(work mostly as exchange client). While CDOSYS.dll is a standalone
library for SMTP messaging(not rely on the MAPI providers or exchange
server). Here is a knowledge base article mentioned the version information:

#Where to acquire the CDO Libraries (all versions)
http://support.microsoft.com/kb/171440

BTW, for the System.Net.Mail classes in .net framework, so far based on my
understanding, that namespace provide some classes for sending emails via
SMTP protocol. However, it doesn't support reading or parsing existing
email messages(file based).

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we

can improve the support we provide to you. Please feel free to let my
manager know what you think of

the level of service provided. You can send feedback directly to my manager
at: (e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to

http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response

from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take

approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution.

The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump

analysis issues. Issues of this nature are best handled working with a
dedicated Microsoft Support

Engineer by contacting Microsoft Customer Support Services (CSS) at

http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.--------------------
 
S

Steven Cheng [MSFT]

Hi Jerry,

How are you doing?
Have you got any further ideas or still have any question on this issue?

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
From: (e-mail address removed) (Steven Cheng [MSFT])
Organization: Microsoft
Date: Fri, 15 Aug 2008 06:34:56 GMT
Subject: RE: CDO.dll or cdosys.dll
 
J

Jerry C

Steven,

Thank you.
I will be using the CDOSYS.dll.

Even thought my question seems basic your answers and Knowledge saves me a
lot of time determining if I am using the correct technology for the given
task. You provide a valuable service.

Thank you
--
Jerry


Steven Cheng said:
Hi Jerry,

How are you doing?
Have you got any further ideas or still have any question on this issue?

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
From: (e-mail address removed) (Steven Cheng [MSFT])
Organization: Microsoft
Date: Fri, 15 Aug 2008 06:34:56 GMT
Subject: RE: CDO.dll or cdosys.dll
Hi Jerry,

As for the CDO.dll , it is a Mail message component based on the MAPI
providers(work mostly as exchange client). While CDOSYS.dll is a standalone
library for SMTP messaging(not rely on the MAPI providers or exchange
server). Here is a knowledge base article mentioned the version information:

#Where to acquire the CDO Libraries (all versions)
http://support.microsoft.com/kb/171440

BTW, for the System.Net.Mail classes in .net framework, so far based on my
understanding, that namespace provide some classes for sending emails via
SMTP protocol. However, it doesn't support reading or parsing existing
email messages(file based).

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we

can improve the support we provide to you. Please feel free to let my
manager know what you think of

the level of service provided. You can send feedback directly to my manager
at: (e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to

http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response

from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
u
 
S

Steven Cheng [MSFT]

You're welcome:)

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


--------------------
Subject: RE: CDO.dll or cdosys.dll
Date: Thu, 21 Aug 2008 06:58:00 -0700
Steven,

Thank you.
I will be using the CDOSYS.dll.

Even thought my question seems basic your answers and Knowledge saves me a
lot of time determining if I am using the correct technology for the given
task. You provide a valuable service.

Thank you
--
Jerry


Steven Cheng said:
Hi Jerry,

How are you doing?
Have you got any further ideas or still have any question on this issue?

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
From: (e-mail address removed) (Steven Cheng [MSFT])
Organization: Microsoft
Date: Fri, 15 Aug 2008 06:34:56 GMT
Subject: RE: CDO.dll or cdosys.dll
Hi Jerry,

As for the CDO.dll , it is a Mail message component based on the MAPI
providers(work mostly as exchange client). While CDOSYS.dll is a standalone
library for SMTP messaging(not rely on the MAPI providers or exchange
server). Here is a knowledge base article mentioned the version information:

#Where to acquire the CDO Libraries (all versions)
http://support.microsoft.com/kb/171440

BTW, for the System.Net.Mail classes in .net framework, so far based on my
understanding, that namespace provide some classes for sending emails via
SMTP protocol. However, it doesn't support reading or parsing existing
email messages(file based).

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we

can improve the support we provide to you. Please feel free to let my
manager know what you think of

the level of service provided. You can send feedback directly to my manager
at: (e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response

from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
u
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top