cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
279
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Beena Jacob on 15-03-2013 02:42:31 PM
Is there a way to get to the messageid of the original message from a forwarded message using the REST API? Using the old VMWS api we were able to get to the orig message details from a forwarded message but not sure whether it's possible using the REST API?
 
Thanks,
Beena Jacob

Subject: RE: original message info in a forwarded message
Replied by: Utkarsh Katiyar on 19-03-2013 05:17:36 AM
Can't get the original message's objectId using REST but if you are looking for the details of the messages in the chain, that can be fetched.

Do a GET /vmrest/message/<messageobjectid>?details=true
on the message for which you want to get the details.
It will give you the detailed output in which there will be attachment information. Look for the attachments having content-type "message/rfc822". Those are the messages which were forwarded in this chain. There are all the details for those messages but not the objectid.
-Utkarsh

Subject: RE: original message info in a forwarded message
Replied by: Utkarsh Katiyar on 19-03-2013 05:28:55 AM
Correcting typo with the URL:
Its /vmrest/messages/<messageobjectid>?details=true
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links