McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 12

↗ View in doc context
page
12
source
unity-connection/rest-api/cumi/cumi.md
chunk_id
unity-connection::rest-api::cumi::cumi::5

Mailbox Folder Operations There are three folders currently supported on a Unity Connection Mailbox - • Inbox • Sent items • Deleted items Performing GET operation on the folders returns the fixed list of folders: GET /vmrest/mailbox/folders Following are the properties associated with each folder: • DisplayName • MessageCount • Unique Serial Number (Unity Connection 11.5 and later) • UIDValidity (Unity Connection 11.5 and later) A GET operation on a folder returns the associated properties. GET /vmrest/mailbox/folders/<folder_name> Following is the response of above GET request. <Folder> <DisplayName></DisplayName> <MessageCount></MessageCount> <USN></USN> <UIDValidity></UIDValidity> </Folder> Each time an operation is performed on Inbox folder or Delete folder, the Unique Serial Number (USN) of both the folders changes. Note Inbox Folder Operations All folder operations can be executed by a user when connecting with his/her credentials. When using the administrative credentials, using the userobjectid parameter will allow administrators to do the same operations on the users mailbox. A GET operation on a folder returns a message list: GET /vmrest/mailbox/folders/inbox/messages Response: Cisco Unity Connection Messaging Interface (CUMI) API 6 Cisco Unity Connection Messaging Interface (CUMI) API -- Using the CUMI API Mailbox Folder Operations

Image 1 from page 12