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

Voting Response Report



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 30th 06, 03:07 PM posted to microsoft.public.outlook.program_vba
[email protected]
external usenet poster
 
Posts: 4
Default Voting Response Report

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  
Old May 30th 06, 05:20 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Voting Response Report

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  
Old May 30th 06, 08:55 PM posted to microsoft.public.outlook.program_vba
[email protected]
external usenet poster
 
Posts: 4
Default Voting Response Report

Thanks. Strangely, the VotingResponse property returns an empty string,
although the tracking tab of the mail does contain information...

 




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
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


All times are GMT +1. The time now is 08:52 PM.


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.