Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Save mail to outbox

meghomallar_das
Participant
0 Kudos

Hello all,

I am sending mail using CL_BCS, I also want to save my mail in my outlook sent mails folder. Please suggest a solution for this.

Thanks,

Megh

3 REPLIES 3

Former Member
0 Kudos

Hello MEGH,

Try using the method CL_SEND_REQUEST_BCS->SET_LINK_TO_OUTBOX. I believe this should do the trick

CALL METHOD outbox->set_link_to_outbox

EXPORTING

i_link_to_outbox = 'X'.

0 Kudos

CAN U SUGGEST ANYTHING FOR CL_BCS...

PLEASE i CUDNT GET IT...

0 Kudos

Please don't use all caps or textspeak.

Rob