If I select Email from Preview, and then click on the email button, If my email client, outlook, is open, nothing happens. If I close outlook and then click the email button a new email window pops up. Is this to be expected?
This is likely due to Outlook and Delphi having a mismatched security context (i.e. Delphi has administrator rights and Outlook does not). The security context must match for MAPI to function correctly. See #2 in the article below.
Comments
This is likely due to Outlook and Delphi having a mismatched security
context (i.e. Delphi has administrator rights and Outlook does not).
The security context must match for MAPI to function correctly. See #2
in the article below.
http://www.digital-metaphors.com/rbWiki/Output/Email/Troubleshooting..._Cannot_Preview_Email
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Yup. That was it. I had Delphi set with Admin rights. This also
affected my ability to Drag-and-Drop projects to Delphi. All fixed now.
Regards,
Ian