Hi,
This is my first post, Sorry if I mess up something.
I was trying to retrieve an email msg using Zimbra SOAP API. Here is what I did,
The response comes back with the proper msg, but I don't get the received date of the email in the response. When I looked at soap.txt, I found another API that is "GetMsgMetadata" should be used to find this information.Code:<soap:Envelope> <soap:Header> <context> <authToken> <some_auth_token> </authToken> </context> </soap:Header> <soap:Body> <GetMsgRequest> <m id="261"/> </GetMsgRequest> </soap:Body> </soap:Envelope>
Is there any way we can get both email msg and the received date of that email msg using 1 single request?
Thanks for replying..


LinkBack URL
About LinkBacks

