cdo

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: public OutlookFolders(string outlookRootFolder, string exchangeUser, string mailServer) { var session = new RDOSessionClass(); ...

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 the SMTP Server is incorrect the message is not sent (as expected), but it seems to be "stuck" somewhere. I am using: Fields["http://schemas...

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 = CreateObject("CDO.Message") ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 ObjSendMail.Configuration.F...

What does 'Microsoft CDO for Microsoft Exchange' mean from a remote person's point of view?

I've built a product that is fed calendar information, we're going through a beta test phase right now and we've found that when people have: PRODID:Microsoft CDO for Microsoft Exchange We see that in the case of the meeting invite being forwarded to us after the meeting has been scheduled we do not get access to the ATTENDEE rows. I...