HTMLBody

H

Houston Lucifer

Hi all, i have a question about the usage of the HTML in an e-mail body. Is
there anyway we can have buttons in the HTML body and have the buttons
connect to database? Is it even possible via e-mail? I am going to have two
buttons one approve and the other one is going to be Deny.

Thanks for your help.
 
S

Sue Mosher [MVP-Outlook]

HTML-format messages can't run code by default, and smart network administrators lock down users' desktops with policies to make sure they can't run code even on users' demand.

If your mail server is Exchange and this is for internal use, consider using a custom Outlook form.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
H

Houston Lucifer

Thanks Sue for the answer. Is there a way to use the custom forms from CDO
Mail?
 
S

Sue Mosher [MVP-Outlook]

Which CDO? CDO 1.21, CDO for Windows?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
H

Houston Lucifer

CDO for windows.

Thanks

Sue Mosher said:
Which CDO? CDO 1.21, CDO for Windows?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
S

Sue Mosher [MVP-Outlook]

CDO for Windows knows nothing about Outlook custom forms. You'd need to use Outlook objects, CDO 1.21 or Extended MAPI.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Top