hi there,
i am using class cl_appointment for sending appointments from an z-abap to outlook. that works perfect, BUT:
there is a method set_text where the text for the appointment is filled (body description). i am filling the table which is of type so_txttab.
now the problem is when i am appending the table for each line (also for blank lines) the text in outlook has no line break or word wrap, it is all concatenated together as one endless string. does anybody have an idea how to format this text ? br, Martin