PC Review


Reply
Thread Tools Rate Thread

Access 2007 and ClickYes

 
 
=?Utf-8?B?SmVycnkgV2hpdHRsZQ==?=
Guest
Posts: n/a
 
      23rd Feb 2007
I just found out the hard way that Access 2007 and ClickYes don't play well
together. More than a few of us use ClickYes as a work-around for the
annoying pop-up messages from Outlook when trying to send emails from Access.
The free version of ClickYes does not support Access 2007. ClickYes Pro ($20)
does; however, I had an error using it.

If you depend on ClickYes to help send emails out of Access through Outlook,
you might want to hold off on upgrading to Outlook or Access 2007.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      23rd Feb 2007
Better yet, rewrite your code to use Outlook 2007 objects directly. External automation code is trusted by default in Outlook 2007 if the client system has active and up-to-date anti-virus protection.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Jerry Whittle" <(E-Mail Removed)> wrote in message news:4C95D763-4736-4162-BE25-(E-Mail Removed)...
>I just found out the hard way that Access 2007 and ClickYes don't play well
> together. More than a few of us use ClickYes as a work-around for the
> annoying pop-up messages from Outlook when trying to send emails from Access.
> The free version of ClickYes does not support Access 2007. ClickYes Pro ($20)
> does; however, I had an error using it.
>
> If you depend on ClickYes to help send emails out of Access through Outlook,
> you might want to hold off on upgrading to Outlook or Access 2007.
> --
> Jerry Whittle, Microsoft Access MVP
> Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

 
Reply With Quote
 
Albert D. Kallal
Guest
Posts: n/a
 
      23rd Feb 2007
"Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
Better yet, rewrite your code to use Outlook 2007 objects directly. External
automation code is trusted by default in Outlook 2007 if the client system
has active and up-to-date anti-virus protection.

Very cool answer!!...did not know that!!

Of course outlook should be trusted by ms-access. What a terrific
solution!!! No more nags!!! Fantastic news!!!

I feel better already.....


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(E-Mail Removed)



 
Reply With Quote
 
Albert D. Kallal
Guest
Posts: n/a
 
      23rd Feb 2007
"Albert D. Kallal" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> Better yet, rewrite your code to use Outlook 2007 objects directly.
> External automation code is trusted by default in Outlook 2007 if the
> client system has active and up-to-date anti-virus protection.


Can you expand on the above?

Question:
Is this trust for all scripts and applications that automate outlook, or is
it just the fact that outlook will *trust* ms-access, and other office
programs? (it makes sense to trust ms-access...but, not some .exe you
download in a email!!!).



--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(E-Mail Removed)


 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      23rd Feb 2007
Outlook 2007 permits external automation without security prompts by any application, as long as the client machine has adequate anti-virus protection. This applies *only* to code that uses the Outlook object model, not Simple MAPI, CDO, or other automation related to Outlook.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Albert D. Kallal" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
> "Albert D. Kallal" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> "Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> Better yet, rewrite your code to use Outlook 2007 objects directly.
>> External automation code is trusted by default in Outlook 2007 if the
>> client system has active and up-to-date anti-virus protection.

>
> Can you expand on the above?
>
> Question:
> Is this trust for all scripts and applications that automate outlook, or is
> it just the fact that outlook will *trust* ms-access, and other office
> programs? (it makes sense to trust ms-access...but, not some .exe you
> download in a email!!!).


 
Reply With Quote
 
Albert D. Kallal
Guest
Posts: n/a
 
      23rd Feb 2007

"Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
Outlook 2007 permits external automation without security prompts by any
application, as long as the client machine has adequate anti-virus
protection. This applies *only* to code that uses the Outlook object model,
not Simple MAPI, CDO, or other automation related to Outlook.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


Thanks..that helps a whole lot!!

That is a darn good clear answer from you!!

It is wonderful to see that my strong belief that automation in office is
what gives it so much value, and this represents a nice movement in terms of
us office developers.....


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(E-Mail Removed)


 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      23rd Feb 2007
I agree that this is a big win for Outlook developers and Office integration. It's been a long time coming

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Albert D. Kallal" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
>
> It is wonderful to see that my strong belief that automation in office is
> what gives it so much value, and this represents a nice movement in terms of
> us office developers.....


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
is Clickyes running if not runit Trev B Microsoft Access VBA Modules 5 13th Jan 2010 12:50 PM
Access 2007 and ClickYes =?Utf-8?B?SmVycnkgV2hpdHRsZQ==?= Microsoft Access 6 23rd Feb 2007 11:46 PM
Express ClickYes Problem bradsalmon Microsoft Outlook VBA Programming 3 17th Oct 2005 05:35 PM
Please help with Express ClickYes macro failure sduraybito@go.com Microsoft Outlook Discussion 0 5th Jul 2005 08:26 PM
Express ClickYes - help me, it won't work completely with outlook 2002 sp2 information_person Microsoft Outlook Discussion 3 19th Jan 2004 03:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:45 PM.