embedding activex control in outlook mail message
COM
2
Posts
2
Posters
0
Views
1
Watching
-
Just create a mail message in html, if you want to send the control with the message, you need to create a multipart message, where the html message is one part and the control itself the second. You can also reference other servers from your html code, thus the control can be placed on a server the client has access to. Please note that some, if not most, users have disabled running activex controls inside Outlook.