![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
I'd like to produce a printable voting response report for a given voting e-mail. I understand the voting information can be retrieved from the VotingResponse property, but as I have no knowledge of Outlook programming (I only know Word and a little Excel), I have no idea how to retrieve this value on the currently opened e-mail item. Could anyone help me? Thanks in advance. Raph |
#2
|
|||
|
|||
![]()
The ActiveInspector object will give you access to the currently opened item
via the CurrentItem property: Dim objMail As Outlook.MailItem If ActiveInspector.CurrentItem.Class = olMailItem Then Set objMail = ActiveInspector.CurrentItem MsgBox "Voting Response: " & objMail.VotingResponse End If -- Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ " wrote: Hi, I'd like to produce a printable voting response report for a given voting e-mail. I understand the voting information can be retrieved from the VotingResponse property, but as I have no knowledge of Outlook programming (I only know Word and a little Excel), I have no idea how to retrieve this value on the currently opened e-mail item. Could anyone help me? Thanks in advance. Raph |
#3
|
|||
|
|||
![]()
Thanks. Strangely, the VotingResponse property returns an empty string,
although the tracking tab of the mail does contain information... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Voting Response | Junoon | Outlook and VBA | 9 | June 16th 06 06:31 AM |
Voting Button | DavidW | Outlook - Using Forms | 21 | May 31st 06 05:31 PM |
Voting button | stanhope4 | Outlook and VBA | 6 | April 13th 06 09:11 PM |
missing voting buttons, missing response toolbar | [email protected] | Outlook - General Queries | 4 | March 1st 06 05:49 PM |
Automation of voting buttons | [email protected] | Outlook - Using Forms | 0 | February 2nd 06 02:09 PM |