Quote:
Originally Posted by Dirk Hi, can I get the number of messages in the inbox of an account using rest or soap? |
Use SOAP. A
<GetFolderRequest><folder l="2"/></GetFolderRequest> should give you what you want. Look at the "
n" attribute on the topmost returned
<folder> in the response.