Outlook security block

J

John

Hi

Has the outlook security block been taken off in outlook 2007? I am still
experiencing it when trying to send an email programmatically from another
application.

Thanks

Regards
 
S

Sue Mosher [MVP-Outlook]

If ...

a) the machine is running Windows XP or Vista and has an up-to-date anti-virus application running, and

b) your code automates Outlook directly through the Outlook.Application object, not through Simple MAPI or CDO, ...

then your code should not raise Outlook security prompts. If you're getting prompts, it's likely that one of those conditions is not met.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
J

John

Thanks Sue. Any plans for providing this for outlook 2003 via a service pack
etc.? I don't think many of my clients will go to ol2007 straight away.

Thanks

Regards

If ...

a) the machine is running Windows XP or Vista and has an up-to-date
anti-virus application running, and

b) your code automates Outlook directly through the Outlook.Application
object, not through Simple MAPI or CDO, ...

then your code should not raise Outlook security prompts. If you're getting
prompts, it's likely that one of those conditions is not met.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
M

Milly Staples [MVP - Outlook]

Sorry - not Sue - but probably not as it requires too much retooling under the hood for it to work.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, John asked:

| Thanks Sue. Any plans for providing this for outlook 2003 via a
| service pack etc.? I don't think many of my clients will go to ol2007
| straight away.
|
| Thanks
|
| Regards
|
| | If ...
|
| a) the machine is running Windows XP or Vista and has an up-to-date
| anti-virus application running, and
|
| b) your code automates Outlook directly through the
| Outlook.Application object, not through Simple MAPI or CDO, ...
|
| then your code should not raise Outlook security prompts. If you're
| getting prompts, it's likely that one of those conditions is not met.
|
|
| || Hi
||
|| Has the outlook security block been taken off in outlook 2007? I am
|| still experiencing it when trying to send an email programmatically
|| from another application.
||
|| Thanks
||
|| Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top