[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.7

Obtaining email message information using Redemption (that works with Office 2002!)

Asked by pauldonson in Access Coding/Macros, Outlook Groupware Software

Tags: VBA, Access 2003

Following on from this question:

http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_23695626.html

I find that the line:

strSender = msg.SenderName

does not work with versions of Outlook older than 2003 - and I need it to!

I have used the following code to extract the sender name:

Dim objRecips As Object, objReply As Object, objRecip As Object
Set objReply = msg.Reply
Set objRecips = objReply.Recipients
For Each objRecip In objRecips
    strSender = objRecip.Address
Next

I have attached the full code for the context.

But I don't know how to get this to work with Redemption. Any suggestions?

Thanks.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
Dim appOutlook As Object
Dim msg As Object
Set msg = New Redemption.SafeMailItem
Dim FileName As String
Dim strSender As String
 
Set appOutlook = CreateObject("Outlook.application")
 
Dim ins As Object
Set ins = New Redemption.SafeInspector
Set ins = appOutlook.activeinspector
 
If ins Is Nothing Then
    MsgBox "No Email item is open.", vbExclamation, "Error"
    Exit Sub
End If
 
If ins.currentitem.Class <> 43 Then
    MsgBox "Only Email items can be imported.", vbExclamation, "Error"
    Exit Sub
End If
 
msg.Item = ins.currentitem
 
Dim objRecips As Object, objReply As Object, objRecip As Object
Set objReply = msg.Reply
Set objRecips = objReply.Recipients
For Each objRecip In objRecips
    strSender = objRecip.Address
Next
'strSender = msg.SenderName 'Doesn't work with Office XP
[+][-]09/02/08 06:28 PM, ID: 22373320Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/03/08 02:39 AM, ID: 22375379Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/03/08 02:55 AM, ID: 22375473Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/03/08 05:51 AM, ID: 22376619Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/03/08 03:13 PM, ID: 22382531Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/04/08 01:08 AM, ID: 22385020Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/04/08 02:31 AM, ID: 22385455Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/04/08 06:28 AM, ID: 22386962Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/04/08 07:01 PM, ID: 22394582Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Access Coding/Macros, Outlook Groupware Software
Tags: VBA, Access 2003
Sign Up Now!
Solution Provided By: BlueDevilFan
Participating Experts: 1
Solution Grade: A
 
[+][-]09/05/08 09:01 AM, ID: 22400451Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/05/08 09:03 AM, ID: 22400479Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/08/08 04:06 PM, ID: 22422431Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89 / EE_QW_2_20070628