We are due to upgrade our server running SBS2003 to run W2012 using Office 365 hosted exchange. I am told that Collaboration Data Objects (CDO) 1.2.1 is not supported with Outlook 2010 and later versions and am advised to rewrite my VFP CDO code to use Outlook objects.
A couple of questions:
1. If I use Outlook objects in 2010 onwards, does the security nag pop-up (".. another application is trying to send email on your behalf...etc") still need to be negotiated (as this was the main driver behind writing the CDO method in the first place).
2. If there is still an issue with the nag screen in later versions of Outlook, what will be the best way to send email (possibly with attachments) from within VFP when using Office 365?
The main use we have for the CDO routine at present is to batch run several hundred email despatch notifications at time without the need to store them.
Thanks
Barry Sutton.
A couple of questions:
1. If I use Outlook objects in 2010 onwards, does the security nag pop-up (".. another application is trying to send email on your behalf...etc") still need to be negotiated (as this was the main driver behind writing the CDO method in the first place).
2. If there is still an issue with the nag screen in later versions of Outlook, what will be the best way to send email (possibly with attachments) from within VFP when using Office 365?
The main use we have for the CDO routine at present is to batch run several hundred email despatch notifications at time without the need to store them.
Thanks
Barry Sutton.