• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

Using Voting Buttons in Email

Slipstick Systems

› Outlook › Using Voting Buttons in Email

Last reviewed on December 5, 2014     3 Comments

I had a few questions about Outlook's voting buttons this week.

Several users wondered why the voting buttons weren't working on messages sent to addresses outside of the company.

When you add voting buttons to an email, the message is sent using Rich Text Format (RTF). Because only Outlook can decode RTF messages, many Exchange admins disable RTF to Internet addresses. If the RTF data is stripped, the voting buttons disappear. Outlook also has a setting to send HTML to Internet addresses by default (in File, Options, Mail, near the bottom of the dialog).

Internet Email defaults to HTML

You can try setting the recipients address to use RTF, which will override Outlook's setting to convert to RTF. To change the formatting to RTF format for an address, double click on the email address in the To/CC/BCC fields to open the Email Properties dialog and select Use Rich Text Format.

Use rich text format

Add Voting buttons in Reading Pane Compose

An Outlook 2013 user wanted to know how to add Voting buttons to a reply when they are using reading pane compose. While not every editing command is available when you compose a reply in the reading pane, you can add Voting buttons by opening the Options dialog. Click on the expander expander icon in the Tags group to open the Properties (formerly known as Message Options) dialog. You can add voting buttons, read receipts, and more using this dialog.

Click the Expander icon in the Tags group:
Expand icon on the Tags group

To open the Properties dialog:
properties dialog

Reusing Custom Voting Buttons

Another question was concerning custom voting buttons. The user frequently used the same custom voting buttons and wanted to add them to the list, so she wouldn't need to retype the list each time. While it's not possible to edit the list, you can use a custom form or a macro to set the voting buttons and avoid retyping the list.

To use a custom form or template, while in the Inbox, open a new message form and add the voting buttons, along with any other information (such as the subject) that you want to use each time you use the form.

If you want to publish the form, go to File, Options, Customize Ribbon and add a check to the Developer ribbon.

Click Publish and enter a name for the form then click Publish to publish it.

publish form after adding buttons

To use the published form, click New Items, Custom Forms and select the form.

open published form

If you prefer to save it as a template, go to File, Save as and select Outlook template (.oft) as the Save as type. The default save location is the Templates folder; choose a different folder if you like. Save the template.

You can browse for the template using the New Items, Custom Forms dialog or add a button to the template using VBA. See How to Open Outlook Templates and Files using Toolbar Buttons for more information.

Use VBA to set the Voting Buttons

You can use a macro to open a new message form with specific voting buttons enabled.

To use, use Alt+F11 to open the VBA editor and paste the following code into a Module. Remove the fields you don't want to set and edit the values in the fields you want to set automatically.

Add the macro to a toolbar or ribbon button or to the QAT for easy access.

In this sample, the macro sets the voting buttons, marks it important, and sets an expiration time, so the message can be automatically deleted from the mailbox.


Public Sub CreateVotingMessage()
Dim objMsg As MailItem
 
Set objMsg = Application.CreateItem(olMailItem)
 
 With objMsg
  .Subject = "What's for lunch?"
  .VotingOptions = "Mexican;Italian;Fast Food;Chinese"
  .Importance = olImportanceHigh
' Calculate a date using DateAdd or enter a specific date
  .ExpiryTime = DateAdd("d", 3, Now) '3 days from now
  .Display
End With
Set objMsg = Nothing
End Sub

More Information

Outlook is sending winmail.dat attachments
Configuring TNEF settings on Exchange Server
Let Outlook decide the best message format to use
Create a new Outlook message using VBA

Using Voting Buttons in Email was last modified: December 5th, 2014 by Diane Poremsky

Related Posts:

  • Do you send a lot of messages to one person or group and want to make
    How to create preaddressed messages
  • Show the Home Address on a Contact Form by Default
  • Publishing Custom Forms
  • Meeting Location Warning Message

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Subscribe
Notify of
3 Comments
newest
oldest most voted
Inline Feedbacks
View all comments

Larry Marks (@guest_198019)
April 19, 2016 11:55 am
#198019

Hello-- just loaded Office 13 on USAF computer-- voting buttons don't come through to recipients. I understand the whole RTF thing-- our SA's have forced all msgs to send in plain text. However, in prev versions (OL 07, 10 ) the voting buttons did show up, even though same SA controls were on (gov has been doing this for a while). Also, even though the outgoing format was controlled, we could still compose in HTML, and have the recipient convert back to HTML from the plain text message. So, was it really controlled, or not? Really just looking for the voting. Thanks for any insight I could pass the SA's--

0
0
Reply
James Lockwood (@guest_190908)
May 13, 2015 11:07 am
#190908

Hi there, thanks for your excellent article, can i ask how put these buttons in the middle of the form/email? Thanks

0
-1
Reply
Diane Poremsky(@diane-poremsky)
Author
Reply to  James Lockwood
May 13, 2015 4:24 pm
#190919

You can't move them - they only display in header area. Sorry.

1
-1
Reply

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 30 Issue 15

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Use Classic Outlook, not New Outlook
  • How to Remove the Primary Account from Outlook
  • Disable "Always ask before opening" Dialog
  • Adjusting Outlook's Zoom Setting in Email
  • This operation has been cancelled due to restrictions
  • Remove a password from an Outlook *.pst File
  • Reset the New Outlook Profile
  • Maximum number of Exchange accounts in an Outlook profile
  • Save Attachments to the Hard Drive
  • How to Hide or Delete Outlook's Default Folders
  • Google Workspace and Outlook with POP Mail
  • Import EML Files into New Outlook
  • Opening PST files in New Outlook
  • New Outlook: Show To, CC, BCC in Replies
  • Insert Word Document into Email using VBA
  • Delete Empty Folders using PowerShell
  • Warn Before Deleting a Contact
  • Classic Outlook is NOT Going Away in 2026
  • Use PowerShell to Delete Attachments
  • Remove RE:, FWD:, and Other Prefixes from Subject Line
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Google Workspace and Outlook with POP Mail

Import EML Files into New Outlook

Opening PST files in New Outlook

New Outlook: Show To, CC, BCC in Replies

Insert Word Document into Email using VBA

Delete Empty Folders using PowerShell

Warn Before Deleting a Contact

Classic Outlook is NOT Going Away in 2026

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Newest Code Samples

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Use PowerShell or VBA to get Outlook folder creation date

Rename Outlook Attachments

VBA Basics

How to use the VBA Editor

Work with open item or selected item

Working with All Items in a Folder or Selected Items

VBA and non-default Outlook Folders

Backup and save your Outlook VBA macros

Get text using Left, Right, Mid, Len, InStr

Using Arrays in Outlook macros

Use RegEx to extract message text

Paste clipboard contents

Windows Folder Picker

Custom Forms

Designing Microsoft Outlook Forms

Set a custom form as default

Developer Resources

Developer Resources

Developer Tools

VBOffice.net samples

SlovakTech.com

Outlook MVP David Lee

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2025 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.

wpDiscuz

Sign up for Exchange Messaging Outlook

Our weekly Outlook & Exchange newsletter (bi-weekly during the summer)






Please note: If you subscribed to Exchange Messaging Outlook before August 2019, please re-subscribe.

Never see this message again.

You are going to send email to

Move Comment