Question : How to avoid scanning email massage popup in System tray while sending mail using SMTP

Hi,

I've written a Command-Line application using C#.net 2.0  SMTP client (System.Net.Mail namespace) which sent emails, every thing working properly - When I send a email I can see a flash popup in my System tray stating "Scanning the massage" its comes for few second - I just wondering why its coming and is any way by which I can avoid this popup?

Is this impact performance of my application?

Attached screen shot for reference....

Answer : How to avoid scanning email massage popup in System tray while sending mail using SMTP

Symantec Antivirus is scanning it...  You can disable it, however you would not have any protection on the inbound either (not really good thing)...

Performance...  NONE, as Symantec does this for everything: However if you are sending using OUTLOOK, you will not see it.

I have a web service runnning that takes about 110 request every minute (PEAK TIME) and it handles them no problem.
I did notice that during debugging, there is quite a 'wait' period prior to the POP-UP showing....
WHen I ran it as production-ish (no debugger) It was instant.
Random Solutions  
 
programming4us programming4us