A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

HTMLBody



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 15th 06, 04:58 AM posted to microsoft.public.outlook.program_vba
Houston Lucifer
external usenet poster
 
Posts: 3
Default HTMLBody

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.
Ads
  #2  
Old July 15th 06, 03:09 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default HTMLBody

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Houston Lucifer" wrote in message ...
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.

  #3  
Old July 16th 06, 12:39 AM posted to microsoft.public.outlook.program_vba
Houston Lucifer
external usenet poster
 
Posts: 3
Default HTMLBody

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

"Sue Mosher [MVP-Outlook]" wrote:

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Houston Lucifer" wrote in message ...
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.


  #4  
Old July 16th 06, 02:23 AM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default HTMLBody

Which CDO? CDO 1.21, CDO for Windows?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Houston Lucifer" wrote in message ...
Thanks Sue for the answer. Is there a way to use the custom forms from CDO
Mail?

"Sue Mosher [MVP-Outlook]" wrote:

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Houston Lucifer" wrote in message ...
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.


  #5  
Old July 17th 06, 01:23 AM posted to microsoft.public.outlook.program_vba
Houston Lucifer
external usenet poster
 
Posts: 3
Default HTMLBody

CDO for windows.

Thanks

"Sue Mosher [MVP-Outlook]" wrote:

Which CDO? CDO 1.21, CDO for Windows?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Houston Lucifer" wrote in message ...
Thanks Sue for the answer. Is there a way to use the custom forms from CDO
Mail?

"Sue Mosher [MVP-Outlook]" wrote:

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Houston Lucifer" wrote in message ...
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.


  #6  
Old July 17th 06, 01:16 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default HTMLBody

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Houston Lucifer" wrote in message ...
CDO for windows.

Thanks

"Sue Mosher [MVP-Outlook]" wrote:

Which CDO? CDO 1.21, CDO for Windows?

"Houston Lucifer" wrote in message ...
Thanks Sue for the answer. Is there a way to use the custom forms from CDO
Mail?

"Sue Mosher [MVP-Outlook]" wrote:

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.

"Houston Lucifer" wrote in message ...
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.


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Spaces Removed in HTMLBody [email protected] Outlook and VBA 3 June 6th 06 09:02 PM
HTMLBody is hidden when emailing a PDF from IE? Stephen Corey Add-ins for Outlook 6 June 6th 06 03:27 PM


All times are GMT +1. The time now is 04:28 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.