[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Could not access CDO.Message

Paul Kubitscheck

7/19/2002 3:17:00 PM

Hi,

my app employs System.Web.Mail namespace and all works
well on my machine. But, on the customer's machine
calling SmtpMail.Send fails with 'could not access
CDO.Message object'. On the customer's machine, Outlock
is installed. What is needed else?

Thanks for any response
Paul
3 Answers

Smartikat

7/19/2002 6:20:00 PM

0

make sure the smtpmail's server is set.
make sure the to field in the message is set

"Paul Kubitscheck" <paul.kubitscheck@icn.siemens.de> wrote in message
news:1821101c22f26$93b4d640$36ef2ecf@tkmsftngxa12...
> Hi,
>
> my app employs System.Web.Mail namespace and all works
> well on my machine. But, on the customer's machine
> calling SmtpMail.Send fails with 'could not access
> CDO.Message object'. On the customer's machine, Outlock
> is installed. What is needed else?
>
> Thanks for any response
> Paul


Paul Kubitscheck

7/22/2002 11:03:00 AM

0

Thanks SmartiKat!

it works with SmtpMail.SmtpServer = "mail";

Paul

Alexander Moshe

8/5/2002 1:52:00 AM

0

SMPT muss am Laufen sein,
unter IIS nachschauen, installieren, Dienst starten,
sonst läufts net, ist doch klar, oder?


Gurs
MOSHE Dayan?

"Paul Kubitscheck" <paul.kubitscheck@icn.siemens.de> schrieb im Newsbeitrag
news:1821101c22f26$93b4d640$36ef2ecf@tkmsftngxa12...
> Hi,
>
> my app employs System.Web.Mail namespace and all works
> well on my machine. But, on the customer's machine
> calling SmtpMail.Send fails with 'could not access
> CDO.Message object'. On the customer's machine, Outlock
> is installed. What is needed else?
>
> Thanks for any response
> Paul