|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 01 > 10 > Telegram_2023-01-10T05 |
2023-01-10T05:17:06
that's good, I need to clear up some doubts about generating the certificate and registering them, I've already had 2 occurrences seeing people with doubts in this process, and I'm going to need to do a last video lesson explaining the step by step taking that article of yours from the certificate manager
2023-01-10T05:33:01
Hi there,
I like to send mails from my Intraweb app.
var OutlookApp: OLEvariant;
begin
try
OutlookApp := GetActiveOleObject('Outlook.Application');
except
try
OutlookApp := CreateOleObject('Outlook.Application');
except
This works fine in debug but in release the service gets stuck and you even can't stop it any more.
Any suggestions?