Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,

How to get unanswered messages in eBay API(Specify an account)?

Thanks.
Posted
Comments
Manas Bhardwaj 14-Nov-14 10:41am    
not clear!
Afzaal Ahmad Zeeshan 14-Nov-14 10:46am    
Right, because he has not yet read the API itself and has asked a question here.

1 solution

They've got a documentation for you to read and it explains the "how-to" questions pretty well.

GetMyMessages[^] is a method used to extract the message of the User, there would be a Flag inside the data that was returned as Messages.Message.Read which denotes that whether it was read or not, you can use it as a Boolean and ignore those who are read and just show the messages which are not read until now.
 
Share this answer
 
Comments
Ken H123 15-Nov-14 1:36am    
When the number of responses exceeded twice, if used the
'MessageStatusTypeCodeType.Unanswered' then can't get to it. why? Thank for you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900