com.compoze.collab.groupware
Interface IMailMessageList

All Superinterfaces
IItemList

public interface IMailMessageList
extends IItemList

The IMailMessageList interface represents the set of sliced IMailMessages in a container.


Method Summary
 IMailMessage[] getMail()
          Gets all of the mail items that are on this page.
 
Methods inherited from interface com.compoze.collab.IItemList
getItemCount, getItems, getItemStartIndex, getPage, getPageCount, getTotalItemCount, isFirstPage, isLastPage
 

Method Detail

getMail

IMailMessage[] getMail()
Gets all of the mail items that are on this page.

Returns
the mail on this page.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved