I am working on a MAPI based module, plateform is VB.net, main problem is that when any mail is sended to anyone through the created program, a message raised from Microsoft Office Outlook that : A program is trying to automatically send e-mail on your behalf. : Do you want to allow this? : If this is unexpected, it may be a virus and you should choose "NO" Is there any way to stop this message of Outlook.
This is a standard part of the Outlook security to check against viruses. Everything thing that I've read points to installing a third party component or essentially developing your own tool which sends Windows Messages to the Message box to close it once detected. Here's a link to review: http://www.slipstick.com/outlook/esecup.htm "AMAPI" wrote in message news:23375CCE-06A2-4249-9AAB-F7C810A09C6D@microsoft.com... > I am working on a MAPI based module, plateform is VB.net, > main problem is that when any mail is sended to anyone through > the created program, a message > raised from Microsoft Office Outlook that > : A program is trying to automatically send e-mail on your behalf. > : Do you want to allow this? > : If this is unexpected, it may be a virus and you should choose "NO" > > Is there any way to stop this message of Outlook.