Hi!
I'm working with the Java SMS SDK and I have a problem when I try to get the delivering date of a sent message.
I use the receivedat attribute of Message class (com.esendex.sdk.ems.soapinterface.Message).
This date has always the same value '0001-01-01 01:00:00' for all the sent messages.
Do you use this attribute to save the date of a received message (inbox messages)?
How can I get the value to the delivering date ('Delivered at') that you show in your page when I'm seeing the details of a sent item?
