How can create an email with checkboxes?

I want to send an email with a list and has the recipients to check items in the list.  For example,  I have the following list:
Which office applications do you use?
Outlook
Excel
Word
PowerPoint
Access
Instead of the dot, I want to use a checkbox and recipients can check the appropriate checkbox and reply me.
Thanks for any help.

Hello Max,
I followed your instructions and I successfully created checkboxes in my email. But when I sent it to other people and everyone else failed to be able to check off the boxes (I
cc myself and it worked for me nevertheless)... could you advise why and what have I missed
out in the process?
Thank you.
Best regards.
Harley
Sorry Harley,
It is proved that the ActiveX check box will not work after you send the email to the other users due to the Outlook security policy. Sorry for that.
The easiest workaround might be using the Vote feature instead. Or send a Word document to the users, and let them send you the document back.
Other possible alternates: 
Create a custom Outlook form, which allows you to add such controls, but you need to distribute the form to all the users that you want them to use the checkbox, seems to be an expensive solution.
If InfoPath is available in your working environment, using InfoPath form is another alternate. (Read
Use InfoPath e-mail forms in Outlook) (Note the recipients also need InfoPath installed.)
If SharePoint is available in your working environment, create a survey in the SharePoint is another alternate. (Read
Create a survey)
Max Meng
TechNet Community Support

Similar Messages

  • How can create a JTree with cellRender is checkbox realized multiple selec

    How can create a JTree with cellRender is checkbox realized multiple selection function.thanks for every
    one's help.

    Hi,
    1. Create a value node in your context name Table and set its cardinality to 0:n
    2. Create 2 value attributes within the Table node name value1 and value2
    3. Goto Outline view> Right click on TransparentUIContainer>Apply Template> Select Table>mark the node Table and it's attributes.
    you have created a table and binded its value to context
    Table UI properties
    4.Set Selection Mode to Multi
    5.Set Visible Row Count to 5
    6.ScrollableColCount to 5
    In your implemetaion, you can add values to table as follow:
    IPrivate<viewname>.ITableElement ele = wdContext.nodeTable().createTableElement();
    ele.setValue1(<value>);
    ele.setValue2(<value>);
    wdContext.nodeTable().addElement(ele);
    The above code will allow you to add elements to your table node.
    Regards,
    Murtuza

  • How can I forward email with embedded photos?

    How can I forward email with embedded photos so that the recipient gets them that way instead of all the text followed by all the photos?

    Hello,
    Thanks (or merci beaucoup).  I am using Mail version 5.2 (1278) that came with the iMac (Mac OS X 10.7.4).  When I forward the email to myself at my "me.com" email address from my "cox.net" email address, the photos come out as attachments even though they were embedded when I received the email on my cox.net email.   What setting(s) can I make to have it get to me.com the way it was in cox.net, i.e. embedded instead of as attachments?
    Lou Edwards

  • How can i send Email with attacment in pdf/xls with pass word protect

    Hi
    Can i send Email with attachment in pdf/xls with password protect in oracle apps .Here we want monthly stmt to send the customer with pdf/Xls with
    password protect.Is it possible if yes how
    Thanks

    One option is to convert the report to XML Publisher (which you might have already done as you are asking PDF/XLS), then look into the links below:
    http://blogs.oracle.com/xmlpublisher/2007/09/11/
    http://blogs.oracle.com/xmlpublisher/2010/02/securing_burst_output_document.html
    http://blogs.oracle.com/xmlpublisher/2007/06/merge_and_secure_pdfs.html

  • How to create a JTable with CheckBox(checkbox should be added to a buttong)

    hi,
    i want a JTable with checkbox or radio button with them as editable.Only one check box can be selected i.e i want to add it to button group.no of rows in the table to not fixed
    And on the click of radiobutton a text field has to be updated.
    how to do this???
    thanks
    neel

    I think this article would be helpful:
    http://www.chka.de/swing/table/columns.html
    But don't expect any thanks from the OP!Exuse me my dummy question. But I am novice at this
    forum. Who is OP and what do you mean?OP - Original Poster.
    Thanks - a response indicating that your efforts in providing a solution to a problem are appreciated!

  • How can create registry value with GPO OR script

    Hi Friends
    I have around 45 registry entries in .REG file.. in HKLM and KHCU path as give below as example
    How can i create these registry entries through logon file with GPO or script..
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\DT Research]
    [HKEY_CURRENT_USER\Software\DT Research\BtnManagement]
    @=""
    [HKEY_CURRENT_USER\Software\DT Research\BtnManagement\BtnFunc1]
    [HKEY_CURRENT_USER\Software\DT Research\BtnManagement\BtnFunc1\Button0]
    "strDescription"="Brightness"
    "iFunction"=dword:80010005
    "strAppPath"="DtrBrightness.exe"
    "strAppParameter"=""
    "vkcode"=dword:00000001
    "repeat"=dword:00000000
    [HKEY_CURRENT_USER\Software\DT Research\BtnManagement\BtnFunc1\Button1]
    "strDescription"="Brightness"
    "iFunction"=dword:80010005
    "strAppPath"="DtrBrightness.exe"
    "strAppParameter"=""
    "vkcode"=dword:00000002
    "repeat"=dword:00000000

    there are two ways you can achieve this.
    if you are using server 2008 or higher and if your clients are windows xp with latest updates and IE or higher you can use group policy preferences. You would need to configure the settings from your reg key using group policy editor under the preferences
    section. We can provide more detailed instructions for this if you need. 
    alternativley, a simpler option, but maybe less manageable, is to split your reg file into two sections - one for the user and one for the machine. This is required since i am assuming your users are not local admins on their computers - if they are then
    you don't need to split it. 
    once split you would need to create two batch file scripts which from memory you would use reg /s path_to_reg_file.reg 
    you need one computer startup script which applies the settings to the HKLM keys - as you need admin rights to do this, the script in the computer startup will run under the computer account which is privileged.
    you can then create the same batch file but point to your user settings reg file and put this as a user login script. 
    if you need further step by step please let us know. 
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    My Blog
    LinkedIn:

  • How can i secure email with attachments using coldfusion

    Hi,
    I need to send emails with attachments containg word, excel or PDF documents using cfmail. However this email needs to be really secure. How is the best way to secure the entire email with its attachments.
    Any ideas appreciated
    Thanks
    Zubair

    Hi ,
    I hope the following will help you..., using the UTL_SMTP db package.
    DECLARE
    c UTL_SMTP.CONNECTION;
    PROCEDURE send_header(name IN VARCHAR2, header IN VARCHAR2) AS
    BEGIN
    UTL_SMTP.WRITE_DATA(c, name || ': ' || header || UTL_TCP.CRLF);
    END;
    BEGIN
    -- Open connection to SMTP gateway
    c := UTL_SMTP.OPEN_CONNECTION('smtp.server.acme.com');
    UTL_SMTP.HELO(c, 'acme.com');
    UTL_SMTP.MAIL(c, '[email protected]');
    UTL_SMTP.RCPT(c, '[email protected]');
    UTL_SMTP.OPEN_DATA(c);
    send_header('From', '"Oracle Admin" ');
    send_header('To', '"Bob Smith" ');
    send_header('Subject', 'Automated Database Email');
    UTL_SMTP.WRITE_DATA(c, utl_tcp.CRLF || 'This is an automated email from the Oracle database.');
    UTL_SMTP.WRITE_DATA(c, utl_tcp.CRLF || 'The database is working for you!');
    UTL_SMTP.CLOSE_DATA(c);
    UTL_SMTP.QUIT(c);
    END;
    Simon

  • How can create Apple ID with new domains such as: .pics, .center, .guru?

    Hi Apple Support,
    I can't create new Apple ID with new domain email such as: .pics, .center, .guru, ... So, please update or help me fix that problem, thank you!

    Why are you creating another AppleID?

  • How to create custom email with attachment in 1402

    Hi Guys,
    Based on 1402 release notes. Custom E-Mails now possible with SAP Cloud Application Studio.
    release notes also states the following:
    Customers can enhance the e-mails delivered by SAP Cloud for Travel and Expense by adding their own content to the existing content, they can replace the content entirely, and create their own emails.
    What's more, they can flexibly define e-mails to be triggered to suit their own requirements.
    We have a requirement to replace the standard email notification and create a new one. Tried to browse the Cloud Application Studio 1402 guide but didn't find any.
    Any help would be greatly appreciate. Thanks.

    Hi Alok,
    Please find a reference below (for PS2010 but the principle is quite the same) :
    http://azlav.umtblog.com/2011/05/04/making-a-read-only-pdp-with-infopath-forms/
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • How can I visualise Emails with large attachments?

    Background: Working in corporate environment with Exchange with Mailbox limits.
    From time to time I'm running out of quota, then I need to move Mails locally (by Smart Mailbox) or delete them.
    Insted of doing this reactive I would love to see Emails marked in color (rules?) so I can take care of them while I read them so I don't need to touch them twice.
    Thx
    -Walter
    P.s. Using Mail, not Outlook.

    What email service are you using to write your emails? Or are you using a Thunderbird?
    If you use a webmail service like hotmail or GMail, you can probably find the information you are looking for in that service's help documents. Look for a link called "help" or "support" on the site where you read your emails.

  • How can I sync email with Outlook, including folders

    I want to see and use, on my iPad, the same files and folders I have in outlook on my PC. Also I want any changes I make on the PC or the iPad to sync with each other.
    PC is running Windows 7,
    Outlook 2007, but could switch to 365 if necessary.
    I currently use Gmail for my email accounts server. They are set up as POP accounts with Outlook using a .PST data file. However, IMAP is available for Gmail.
    If I could convert my PST file to an OST file and change my email accounts to IMAP accounts I think everything would work but i haven't found a way to convert the data file.
    I greatly prefer not to have all my data on a cloud but might consider it if there is no other way.
    I will consider 3rd party apps if they do the job and are known to be reliable
    Thank you in advance for any person/s that want to help me on this.

    Connect your iPad to your computer and open iTunes. Look under 'info' and you may need to scroll down. The option will be there to sync your outlook calendar (or more) with the iPad. Choose what you want and sync to 'save' the settings.

  • How can eliminate duplicate emails with mail forwarders?

    On 10.6 server.
    We have multiple users complaining about getting two copies of some emails when the emails are sent to both their individual accounts and the group forwarder account that is also on the server. Is there any way to eliminate this or am I stuck? Is there some kind of group email in WGM or postfix? Are there options somewhere for "remove to and cc from distribution" like options for forwarders?
    Thanks.

    Information on trying to get Mail and Gmail to work together.
    Gmail with Apple Mail
    Gmail with Apple Mail (2)
    Gmail with Apple Mail (3)
    Gmail with Apple Mail (4)
    Gmail with Apple Mail (5)
    Gmail without duplicates

  • Can someone tell me how to create accounting entries with the account status as error

    Hi,
    Can someone tell me how to create accounting entries with the
    account status as error?
    Thanks!!
    Danny

    It's call fixed/static background, and it is NOT directly support by iweb, you will need post processing either in html or javascript.
    Varkgirl (you need to search the previous forum) and I did it since iweb1:
    try Safari, and scroll: http://www.geocities.com/[email protected]/Links.html
    invisible link? roddy, fishing for info again?

  • HT5622 I own three Apple devices, but my iPad remained associated with my old email address and password. How can I register it with the same new email and password?

    I own three Apple devices, but my iPad remained associated with my old email address and password. How can I register it with the same new email and password?

    If you updated your existing account then try logging out of it on the iPad by tapping on the id in Settings > Store and then log back in and see if that 'refreshes' the account on the iPad. If you created a new account then any content that you purchased/downloaded via the old account will remain tied to that old account, and only that old account can download updates to its apps.

  • How i can Create Master Repository with MySQL Database?

    How i can Create Master Repository with MySQL Database? i need to using MySQL Database to Master & Work Repository.
    I try to add mysql libary jar file to drivers . But , can't display MySQL Technology in Database List for Create Master Repository ?
    Please..
    Edited by: MadoatZ on Feb 19, 2011 1:47 AM

    Creation of ODI master repository is limited to few relational databases only. Check certification matrix for ODI 11g
    Oracle 10.2.0.4+
    Oracle 11.1.0.7+
    Oracle 11.2.0.1+
    Microsoft SQL Server 2005
    Microsoft SQL Server 2008
    IBM DB2/UDB 9.7 and later FixPaks
    IBM DB2/400 (V5R4+)
    Hypersonic SQL 1.7.3+
    Sybase AS Enterprise 15.0.x
    thanks

Maybe you are looking for

  • ITunes crashes when connected to 5th gen iPod, not other iPods

    iTunes 6.0.1 crashes EVERY time it starts up with the new 5th gen iPod. Works fine with other iPods, or no iPod at all. Reinstalled iTunes and restored to version 1.0 iPod form the 11-17-2005 iPod updater. Reset nvram, fixed disk permissions, reboote

  • SDO_UTIL.TO_WKTGEOMETRY crashes when processing collection

    Hi folks, Another weird WKT thing. I have what I think is a very reasonable collection comprising one polygon with a bunch of holes and one linestring. SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT says the geometry is valid. However when I attempt to conv

  • Problems with EL expressions

    Hi all, Actually i have a problem. I am working with Tomcat 5.0.XX and when i create a new web app inside webapp directory and define any jsp with EL expressions, these ones don�t evaluate to theirs values. For instance, this is the code of one.jsp:

  • Snow Leopard vs Long list of permissions repairs from 10.5.8 update

    Hello Everyone, My question is more of result of technical curiosity than anything else. This is the first Mac that I have ever owned, therefore it must be said that I have never upgraded the Mac OS X operating system before. It is well documented he

  • How to know Iphone orginal

    Hi, Its Me shajahan from UAE, I have Purchased Iphone 4s Last day , But i need to you to conform ist orginal or not?