OK, that is just what I need! I have managed to save the message and retrive the EntryID into a String. Do you know a quick way to grab that message from Outlook? I have had a scout round and most of the code I can find involves trawling through the sent items until the correct ID is found, is there not a way of just fetching the email back by its ID?
I have attached my code so far which sends the email (in the final version it will pause until the user clicks send)
Main Topics
Browse All Topics





by: BlueDevilFanPosted on 2008-08-17 at 15:53:21ID: 22248520
Hi, pauldonson.
Why do you use your own form rather than Outlook's form? That aside, yes, you can get the email ID. In your code create a message using Redemption, then save the item. That should save it to the Drafts folder. It should also fill in the EntryID property, which is what you're looking for. You can use that value to retrieve the message at any time.