[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.2

Retrieve an email ID from Outlook when creating an email from Access

Asked by pauldonson in Outlook Groupware Software, Email Software

Tags: VBA, Outlook 2003/2007

I have an Access ADP project that allows users to send an email from the system, I use Redemption to bypass the Outlook security dialogues. Once the email has been sent it must be saved in the database so that other users can view it at a later date.

Currently, the way I do this is to have a form "Send email" that has boxes for the "To","CC","BCC","Subject","Body", read receipts, attachments etc. Using VBA I then construct the email, save it as an MSG file, import it into the SQL database using ADO.Stream, then Send it.

This achieves the objective but it isn't very "nice" - the user cannot see what the email looks like before it goes, signatures are a problem and when it is viewed at a later date Outlook kindly states on the email "This message has not been sent" (which is a lie) which causes a bit of uncertainty amongst users.

So, I am wondering if we can fire up an email in Outlook (I can do this bit) maybe obtain the ID of the email - the user can do what they want to the email and then send it. My code would then retrieve the email from the sent items using the ID it obtained earlier.

Is this possible? Or does anyone have another way of doing it?

One other idea I had was to fire up the email, prompt the user to make any changes and then close it without sending it. I would then save and send it in VBA. The problem I had with this method is detecting when the user has closed the msg file (see this question for details about this issue:

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

)

Thanks!

(I have previously asked this question in the Access section so apologies if you have seen it before)
 
Related Solutions
Keywords: Retrieve an email ID from Outlook when…
 
Loading Advertisement...
 
[+][-]09/01/08 04:46 AM, ID: 22359379Accepted 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: Outlook Groupware Software, Email Software
Tags: VBA, Outlook 2003/2007
Sign Up Now!
Solution Provided By: pauldonson
Participating Experts: 1
Solution Grade: A
 
[+][-]08/17/08 03:53 PM, ID: 22248520Expert 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.

 
[+][-]08/18/08 06:18 AM, ID: 22251520Author 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.

 
[+][-]08/18/08 07:32 AM, ID: 22252188Author 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.

 
[+][-]08/18/08 05:19 PM, ID: 22256415Expert 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-92 / EE_QW_2_20070628