Author |
|
Ghost Newbie
Joined: 20 November 2015
Online Status: Offline Posts: 4
|
Posted: 21 March 2016 at 6:28am | IP Logged
|
|
|
Hi,
As part of our system we generate copies of emails and store them in SharePoint for historical purposes. These copies need to be an exact copy - we use this code to generate them:
http://www.afterlogic.com/mailbee-net/docs/getting_started_with_outlook.html#CreateMsgFromScratch
We have an issue where if the email stored was a reply or forward - so contains RE: or FWD: in the subject. When a user opens one of these emails and then wants to forward it or reply to the email duplicate FWDs or REs appear. Is there any way around this issue?
Any help would be most appreciated.
Kind regards,
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 21 March 2016 at 8:18am | IP Logged
|
|
|
When building a message, you can edit Subject field in any way you want, it's just a string. If you don't want to prepend with "Re" or "Fwd" if it's already there, just don't it.
Or, if you're asking how make Outlook not to add Re when replying (or Fwd when forwarding) but this needs to be addressed to Outlook developers. I don't think it's possible (because it's pretty natural for mail clients to add Re or Fwd in Subject) but we're not the developers of Outlook to be sure.
Regards,
Alex
|
Back to Top |
|
|