Hello,
I am trying to send an email with txt tab delimited file as attachment. I am following what Thomas Jung has suggested in other posts. I am able to generate the email with txt attachment but my issue is txt is not taking into account carriage return (CR_LF). But if I open the txt file with excel, I can see carriage return. Not sure what I am doing wrong for txt file to discard carriage return. Below is what I am doing. Thomas Jung or someone please help me.
I am using SCMS_STRING_TO_FTEXT per Thomas suggestion. My str2 string has the contents of my attachment with tab & carriage returns. And I am passing my IT_OBJBIN to CONTENTS_BIN of SO_DOCUMENT_SEND_API1.