G
Guest
I have a form that has a field for an email address (hyperlink). I put in
code as follows to send an email by doubleclicking on the email address;
Application.FollowHyperlink "MailTo:" & [ControlName]
The problem is it opens Outlook and our mandatory email client is Groupwise.
Is there any way to force it to open Groupwise rather than Outlook.
Thanks.
code as follows to send an email by doubleclicking on the email address;
Application.FollowHyperlink "MailTo:" & [ControlName]
The problem is it opens Outlook and our mandatory email client is Groupwise.
Is there any way to force it to open Groupwise rather than Outlook.
Thanks.