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
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