Outlook Redemption Problem

  • Thread starter Edward Sudit via OfficeKB.com
  • Start date
E

Edward Sudit via OfficeKB.com

Dmitry or anyone else using the Outlook Redemption COM object,

I have a VB6 application that uses the outlook redemption object to process an Exchange mailbox. Part of the code sends replies back to original senders with attachments. The code has been working great for about a year and a half now. Recently, our company upgraded all exchange servers from 5.5 to 2000 and outlook clients to 2003.
Since the upgrade, the application seems to "hang" when the oSafeMail.Send method is issued by the code on a machine running outlook 2003. Machines running Outlook XP get the following message:
"Error : -2147418113 - Method 'SenderName' of object 'ISafeMailItem' failed"

Could someone please help out with this?
Thank you in advance,
Ed
 
D

Dmitry Streblechenko \(MVP\)

aftre you create an instance of the Outlook.Application object, do you ever
call Namespace.Logon? Does it make any difference if Outlook is runnign when
your code is executed?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool


Edward Sudit via OfficeKB.com said:
Dmitry or anyone else using the Outlook Redemption COM object,

I have a VB6 application that uses the outlook redemption object to
process an Exchange mailbox. Part of the code sends replies back to
original senders with attachments. The code has been working great for
about a year and a half now. Recently, our company upgraded all exchange
servers from 5.5 to 2000 and outlook clients to 2003.
Since the upgrade, the application seems to "hang" when the oSafeMail.Send
method is issued by the code on a machine running outlook 2003. Machines
running Outlook XP get the following message:
 

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

Top