Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Outlook 2000 security update

hey, anybody have an idea on how we can turn off the annoying outlook security
confirmation dialog box which pops up everytime a program is trying to use
outlook to send e-mails? a part of my application requires sending a request
authorizatio though email but the users are complaining with this new feature
of outlook.

thanks man.

snake-eyes
[377 byte] By [snake-eyes] at [2007-11-9 23:49:10]
# 1 Re: Outlook 2000 security update
Yes, DON'T INSTALL THAT ****, NON-SENSICAL PATCH.

"snake-eyes" <ubayc@wpro.who.int> wrote:
>
>
>hey, anybody have an idea on how we can turn off the annoying outlook security
>confirmation dialog box which pops up everytime a program is trying to use
>outlook to send e-mails? a part of my application requires sending a request
>authorizatio though email but the users are complaining with this new feature
>of outlook.
>
>thanks man.
>
>
>snake-eyes
>
>
Oren at 2007-11-12 0:15:13 >
# 2 Re: Outlook 2000 security update
yeah right! but the problem is the whole organization adapt to it already
and set it as part of the standards, so I have no other choice but the get
around it, any input would greatly help, anybody knows how to use cdont in
vb?

"Oren" <CompuMight@erols.com> wrote:
>
>Yes, DON'T INSTALL THAT ****, NON-SENSICAL PATCH.
>
>"snake-eyes" <ubayc@wpro.who.int> wrote:
>>
>>
>>hey, anybody have an idea on how we can turn off the annoying outlook security
>>confirmation dialog box which pops up everytime a program is trying to
use
>>outlook to send e-mails? a part of my application requires sending a request
>>authorizatio though email but the users are complaining with this new feature
>>of outlook.
>>
>>thanks man.
>>
>>
>>snake-eyes
>>
>>
>
snake-eyes at 2007-11-12 0:16:13 >
# 3 Re: Outlook 2000 security update
Your only option is to not use outlook. Use the native window APIs....
Otherwise your going to have to hack the patch, which kinda kills the point.

Oren
Oren at 2007-11-12 0:17:19 >
# 4 Re: Outlook 2000 security update
that's exactly what I'd like to know, what API can I use to send emails? in
ASP, I used the CDONTS.DLL, I'm not sure if i can make use of it in VB.

snake-eyes

"Oren" <CompuMight@erols.com> wrote:
>
>Your only option is to not use outlook. Use the native window APIs....
>Otherwise your going to have to hack the patch, which kinda kills the point.
>
> Oren
>
snake-eyes at 2007-11-12 0:18:24 >
# 5 Re: Outlook 2000 security update
I'll make a sample prog for you some time tonight or tomorrow, 'k, check
back.

Oren
Oren at 2007-11-12 0:19:19 >
# 6 Re: Outlook 2000 security update
thank you very much man, I owe you BIG TIME!

snake-eyes
snake-eyes at 2007-11-12 0:20:18 >
# 7 Re: Outlook 2000 security update
snake-eyes

Check out this site

http://www.vbip.com/winsock

regards

Ian

homepage http://www.kingsoft-denmark.com/
Tips & Tricks page http://computers.kingsoft-denmark.com/

"snake-eyes" <ubayc@wpro.who.int> wrote:
>
>that's exactly what I'd like to know, what API can I use to send emails?
in
>ASP, I used the CDONTS.DLL, I'm not sure if i can make use of it in VB.
>
>snake-eyes
>
>
>"Oren" <CompuMight@erols.com> wrote:
>>
>>Your only option is to not use outlook. Use the native window APIs....
>>Otherwise your going to have to hack the patch, which kinda kills the point.
>>
>> Oren
>>
>
Ian King at 2007-11-12 0:21:26 >
# 8 Re: Outlook 2000 security update
> thank you very much man, I owe you BIG TIME!

Still want me to make the sample for you?
I'll set it up to use the real APIs rather than the winsock control.
Minimum of one week wait though, I'm extremely busy at the moment...

Oren
Oren at 2007-11-12 0:22:24 >
# 9 Re: Outlook 2000 security update
Don't bother. Download aspemail from http://www.aspemail.com/, someone's
already done what you propose. It's free.

-M

"Oren" <CompuMight@erols.com> wrote:
>> thank you very much man, I owe you BIG TIME!
>
>Still want me to make the sample for you?
>I'll set it up to use the real APIs rather than the winsock control.
>Minimum of one week wait though, I'm extremely busy at the moment...
>
>
> Oren
>
>
>
mframe at 2007-11-12 0:23:22 >
# 10 Re: Outlook 2000 security update
> Don't bother. Download aspemail from http://www.aspemail.com/, someone's
> already done what you propose. It's free.

I see nary a sign of code. =o)

Oren
Oren at 2007-11-12 0:24:23 >
# 11 Re: Outlook 2000 security update
test
"snake-eyes" <ubayc@wpro.who.int> wrote in message
news:398ef62d$1@news.dev-archive.com...
>
>
> hey, anybody have an idea on how we can turn off the annoying outlook
security
> confirmation dialog box which pops up everytime a program is trying to use
> outlook to send e-mails? a part of my application requires sending a
request
> authorizatio though email but the users are complaining with this new
feature
> of outlook.
>
> thanks man.
>
>
> snake-eyes
>
>
Kevin Smith at 2007-11-12 0:25:21 >