/mcp<Message> <Subject>Message from user1 (1001)</Subject> <Read>true</Read> <Dispatch>false</Dispatch> <Secure>false</Secure> <Priority>Normal</Priority> <Sensitivity>Normal</Sensitivity> <Attachments> <Attachment> <URI>/vmrest/messages/0:b4ffbaa5-19ad-4f4f-b95a-933a32e00d64/attachments/0</URI> <contentType>audio/wav; name=voicemessage.wav</contentType> <contentTransferEncoding/> <contentDisposition>inline; filename=VoiceMessage.wav; voice=Voice-Message</contentDisposition> </Attachment> </Attachments> <SessionId>122162627c12b61</SessionId> <Recipients> <Recipient> <Type>TO</Type> <Address> <DisplayName/> <SmtpAddress>connectionserver</SmtpAddress> <DtmfAccessId>1009</DtmfAccessId> </Address> </Recipient> </Recipients> <URI>/vmrest/messages/0:b4ffbaa5-19ad-4f4f-b95a-933a32e00d64</URI> <MsgId>0:b4ffbaa5-19ad-4f4f-b95a-933a32e00d64</MsgId> <From> <DisplayName>user1</DisplayName> <SmtpAddress>user1@ucbu-aricent-vm550.cisco.com</SmtpAddress> <DtmfAccessId>1001</DtmfAccessId> </From> <CallerId> <CallerNumber>1001</CallerNumber> <CallerName>user1</CallerName> </CallerId> <ArrivalTime>1522069679000</ArrivalTime> <Size>37291</Size> <Duration>3340</Duration> <IMAPUid>22</IMAPUid> <FromSub>true</FromSub> <MsgType>Voice</MsgType> </Message> A user with administrative privileges can list the messages of another users folder by passing the userobjectid of the other user: GET /vmrest/mailbox/folders/inbox/messages?userobjectid=<userobjectid> A user with administrative privileges can list the messages of another users folder having USN value greater than specified and by passing the userobjectid of the other user: GET /vmrest/mailbox/folders/inbox/messages?userobjectid=<userobjectid>&usngreaterthan=<value> A PUT operation on messages in Inbox folder can update the Subject or the Read field of the Messages. No other parameter of a message can be changed: Cisco Unity Connection Messaging Interface (CUMI) API 8 Cisco Unity Connection Messaging Interface (CUMI) API -- Using the CUMI API Inbox Folder Operations