| Interface | osid.messaging.Mailbox | ||
|---|---|---|---|
| Implements | osid.OsidCatalog | ||
| Used By | osid.messaging.MailboxAdminSession | ||
osid.messaging.MailboxList | |||
osid.messaging.MailboxLookupSession | |||
osid.messaging.MailboxNode | |||
osid.messaging.MessageAdminSession | |||
osid.messaging.MessageLookupSession | |||
osid.messaging.MessageNotificationSession | |||
osid.messaging.MessageQuerySession | |||
osid.messaging.MessageSmartMailboxSession | |||
osid.messaging.ReceiptAdminSession | |||
| show 2 more⦠| |||
osid.messaging.ReceiptLookupSession | |||
osid.messaging.ReceiptNotificationSession | |||
| Description |
A mailbox defines a collection of messages. | ||
| Method | getMailboxRecord | ||
| Description |
Gets the record corresponding to the given
| ||
| Parameters | osid.type.Type | mailboxRecordType | the mailbox record type |
| Return | osid.messaging.records.MailboxRecord | the mailbox record | |
| Errors | NULL_ARGUMENT | mailboxRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(mailboxRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |