G
Guest
I am developing a program that should do the following:
1. Generate an email with subject, sender and body.
2. Send the email to Outlook and let the user alter whatever he/she wishes.
3. The tricky part – when the user presses send my program should grab the
altered email and save in on the disk.
The first two steps I have figured out, but the last step gives me trouble!
I thought I could use the EntryID but somehow Outlook changes the EntryID
when the email is send? How do I find the email again? Is there perhaps a
variable on the email item I can assign a unique ID of my own?
Hope someone can help me out – a Delphi example would be GOLD - but I think
I can convert VBA code to Delphi if not
Thanks in advance.
- Rune
1. Generate an email with subject, sender and body.
2. Send the email to Outlook and let the user alter whatever he/she wishes.
3. The tricky part – when the user presses send my program should grab the
altered email and save in on the disk.
The first two steps I have figured out, but the last step gives me trouble!
I thought I could use the EntryID but somehow Outlook changes the EntryID
when the email is send? How do I find the email again? Is there perhaps a
variable on the email item I can assign a unique ID of my own?
Hope someone can help me out – a Delphi example would be GOLD - but I think
I can convert VBA code to Delphi if not
Thanks in advance.
- Rune