/mcpC H A P T E R 10 Cisco Unity Connection Messaging Interface (CUMI) API -- Preventing Messages from Being Automatically Deleted (Investigative Hold) • Summary , on page 37 • Sample Perl Code for Forwarding a Message and Marking It for Investigative Hold , on page 38 • Partial XML Message Schema , on page 38 Summary Cisco Unity Connection provides two methods for automatically deleting messages from user mailboxes: • Message aging determines when messages are automatically deleted for each user based on which message aging policy is assigned to the user. • Message expiration automatically replaces .wav files with a generic "this message has expired" recording when the corresponding message has reached a specified age in days. This is a system-wide setting. To create an archive of messages that you want to retain after they would otherwise be automatically deleted: 1. Create one or more new users whose mailboxes will be used for archiving messages. For example, you might create a second mailbox for every user whose messages you want to archive, or you might create a mailbox for an entire department. 2. Create a message-aging policy that does not age messages, and assign this policy to all of the mailboxes in which you want to archive messages past their automatic deletion date. 3. Use the CUMI API to forward the message to the applicable archive mailbox, and set the InvestigativeHold flag for the message to 1 by adding the following to the message resource: <InvestigativeHold>1</InvestigativeHold> Messages marked for investigative hold are not subject to message expiration. Cisco Unity Connection Messaging Interface (CUMI) API 37
