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: 

Sap Business workplace API

Former Member
0 Kudos

Hi,

Im developing FLEX based alternative for the sbwp mail inbox.

Using so_folder_read, so_object_read etc..

Problem is I can`t find a way to mark a single object as "read".

Any suggestion?

Thanks,

Ofir

2 REPLIES 2

pekka_pottonen
Participant
0 Kudos

Hi,

Please use

SO_OBJECT_READ_FLAG_CHANGE

Regs

Pekka

Former Member
0 Kudos

Hi,

Thanks for the reply, yet still I can`t seem to get it working.

(it works fine when I send mail to myself but when I try it on a mail that someone else wrote it won`t do).

I use FM so_folder_read and the objrd to learn whether or not it is marked.

I`ll be happy if you could explain further since I must be missing something.

Thanks

Ofir