Help! Mail.NewMessage function is working perfectly fine and on click it opens my email in the outlook and this is what I want. But there's a problem in it. If the Outlook app is closed then it opens the dialog box and on the click email can be sent easily but if the outlook is already opened, it doesn't happen.
What to do in case when Outlook is already opened?
I am using the following code:
IF Mail.TryInitializeOutlook THEN
BEGIN
Mail.NewMessage("E-Mail",'','',Subject,'',"Attachement",TRUE);
END;
*This post is locked for comments
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,228 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156