Dear all,
we have a requirement from client , to save emails from SAP to some folder outside system. For this I found OLE as one option and another is mails send from SAP should be via Microsoft outlook this means it should appear in the sent items folder. In both cases I have option to save the Sent items in the Microsoft Outlook using the OLE method.
1. if we are using OLE to send email - then I am unable to set the From / Sender of the email. by default it send mail from the mail id of the profile set in the system from which the program is executed. so if I run the ole program to send mail , the mail is send from my outlook. I can not forcefully set sender to some other mail id as we do in Abap coding using cl_bcs class.
2. can we divert the mails send from SAP using cl_bcs class to sent it from Microsoft outlook instead of from SOST . this way the mails will be appearing in the sent items of microsft outlook.
Need expert advice on this. May be there is another way to this requirement.
Thanks.