
Signature
Anthony Jones - MVP ASP/ASP.NET
Hello,
Thanks for answering.
This is a vb.net program. My antivirus is set up to examine outgoing
emails. It only pops up to examine them when I end, completely close, the
vb.net program. Also, I have waited before, and no emails get received
(I'm sending to myself for testing) until I close the program completely.
Then I see the antivirus pop up, and shortly after that I receive the
messages.
Thanks for your help. I have been researching and found nothing to tell the
smtp client to do a 'send/receive' or any such thing. The only thing that
works, is to close the program.
I want to try the asynchronous send, but I did before, and it didn't even
seem to work at all.
Thanks.
Scott
>> Hello,
>>
[quoted text clipped - 9 lines]
> not
> a synchronous operation.
Patrice - 19 Mar 2008 20:08 GMT
Could it be that you are using a single client instance (i.e. a session) ?
What if you create a new client instance each time ?
--
Patrice
> Hello,
>
[quoted text clipped - 30 lines]
>> not
>> a synchronous operation.
Anthony Jones - 20 Mar 2008 10:37 GMT
> Hello,
>
[quoted text clipped - 13 lines]
> I want to try the asynchronous send, but I did before, and it didn't even
> seem to work at all.
I'm not quite sure why you've cross posted to the aspnet group.
What happens if you disable the antivirus software?

Signature
Anthony Jones - MVP ASP/ASP.NET