mikeht
Guest
|
We have an application written in Delphi XE3 which uses TOutlookApplication and TOlSecurityManager to create an email in Outlook. We create a TMailItem and we either call the Display method to show the email or the Send method to send the email direct to the Outlook Outbox. This has been working fine in the past but we now have reports from users with Outlook 365 that the Display method works ok but the Send method does not. Sometimes the email goes into Outlook Drafts and sometimes does not appear at all in Outlook.
Is this an issue with Outlook 365 security? We are using osmvcl-v908-b0659. |
|
Andrei Smolin
Add-in Express team
Posts: 18980
Joined: 2006-05-11
|
Hello,
The Outlook Security Manager can't produce such an issue. I suggest that you turn off all Outlook add-ins to check if your code produces the issue. If it doesn't, turn on the COM add-ins one by one to find the add-in that causes the issue. Once the add-in is found, you can disable it and contact the vendor.
Andrei Smolin
Add-in Express Team Leader |
|