MAILBOX_INFO_ST

box_status
Indicates whether the mailbox is active (MAILBOX_ACTIVE) or not active (MAILBOX_INACTIVE).

The default set by CA_Set_Profile_Defaults() is MAILBOX_INACTIVE.

password
Mailbox password.

The default value is NULL for CA_Create_Profile().

active_greeting
The active greeting for the mailbox.
user_status
Indicates whether the status of the mailbox is In (USER_STATUS_IN), Out (USER_STATUS_OUT), Sick (USER_STATUS_SICK), Busy (USER_STATUS_BUSY), or Travel (USER_STATUS_TRAVEL).

The default set by CA_Set_Profile_Defaults() is USER_STATUS_IN.

take_messages
Indicates whether the mailbox takes messages (TAKE_MESSAGES), or does not take messages (DO_NOT_TAKE_MESSAGES),

The default set by CA_Set_Profile_Defaults() is TAKE_MESSAGES.

prompt_level
Indicates whether the level of instruction the caller receives when accessing the mailbox is Normal (PROMPT_LEVEL_NORMAL), Novice (PROMPT_LEVEL_NOVICE), or Expert (PROMPT_LEVEL_EXPERT).

The default set by CA_Set_Profile_Defaults() is PROMPT_LEVEL_NORMAL.

referral_number
Specifies the telephone number that an application can use to page the owner of the mailbox.
referral_type
Indicates whether the referral number is for a telephone (REFERRAL_TYPE_PHONE) or a beeper (REFERRAL_TYPE_BEEPER).

The default set by CA_Set_Profile_Defaults() is REFERRAL_TYPE_PHONE.

retrieval_order
Indicates whether to retrieve messages in first in first out order (RET_ORDER_FIFO) or last in first out order (RET_ORDER_LIFO).

The default set by CA_Set_Profile_Defaults() is RET_ORDER_FIFO.

access_mode
Indicates whether the access mode for messages is global to all mailboxes in the profile (ACCESS_GLOBAL), read access to all mailboxes in the profile and write access to the current mailbox only (ACCESS_READ_ALL), or read write access to the current mailbox only (ACCESS_READ_WRITE).

The default set by CA_Set_Profile_Defaults() is ACCESS_GLOBAL.

saved_msgs
Number of saved voice messages in this mailbox.

Ignored by CA_Create_Profile().

new_msgs
Number of new voice messages in this mailbox.

Ignored by CA_Create_Profile().

out_msgs
Number of outgoing voice messages in this mailbox.

Ignored by CA_Create_Profile().