Interface | osid.messaging.Mailbox | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
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. |