Hi Garcia ,
In fact you are right :
i did this and it works :
************************************************************************************************************
data : lr_entity1 TYPE REF TO CL_BSP_WD_VALUE_NODE .
lr_entity1 ?= me->typed_context->contpersaddressvalnode->collection_wrapper->get_current( ).
IF lr_entity1 IS BOUND.
lv_email = lr_entity1->get_property_as_string( 'E_MAILSMT' ).
**************************************************************************************************************
Thank you a lot