JavaXT
|
|||||||||||
EmailFolder ClassUsed to represent an mail folder (e.g. "Inbox", "Sent Items", etc.).
ConstructorsPublic MethodsgetMessages( int offset, int limit, FieldURI[] additionalProperties, String where, FieldOrder[] sortOrder ) returns Email[] Returns a shallow representation of email messages found in this folder.
Static MethodsgetMailFolders( Connection conn ) returns Folder[] Returns an array of folders that contain, or are associated with, email messages (e.g. "Inbox", "Deleted Items", "Drafts", "Junk E-mail", "Outbox", "Sent Items", etc). This is a convenience method and is identical to calling: new javaxt.exchange.Folder("msgfolderroot", conn).getFolders(); |