Moyosoft Products | Services | Download | Contact us    
Java Bridge to Exchange
Products  >  Java Bridge to Exchange  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

ExchangeFolder.getFolderClass

public java.lang.String getFolderClass()

Returns a string that describes the folder class. Folder classes typically start with "IPF.". The following folder classes are usually returned:

"IPF.Appointment" for calendar folders containing appointments.
"IPF.Contact" for folders containing contacts.
"IPF.Journal" for folders containing the Outlook Journal entries.
"IPF.Note" for folders containing mail messages, like the Inbox, Sent Items, etc.
"IPF.StickyNote" for folders containing the Outlook sticky notes.
"IPF.Task" for folders containing Outlook tasks.

Consider using the method getContentType() to check the type of items contained in a folder.

Throws:
ExchangeServiceException   if any errors occur during the communication with Exchange.

See Also:

Community comments



Powered by JavaDocPlus