com.compoze.exchange.webdav
Class ExchangeStoreMailboxFolders
java.lang.Object
|
+--com.compoze.exchange.webdav.ExchangeStoreMailboxFolders
- public class ExchangeStoreMailboxFolders
- extends java.lang.Object
This class indicates the mailbox folder for a user in the Exchange Store.
Method Summary |
boolean |
equals(java.lang.Object o)
Indicates whether some other ExchangeStoreMailboxFolders
object is "equal to" this one. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ROOT_FOLDER
public static ExchangeStoreMailboxFolders ROOT_FOLDER
- This value represents the user's root mailbox folder.
CALENDAR
public static ExchangeStoreMailboxFolders CALENDAR
- This value represents user's Calendar folder.
CONTACTS
public static ExchangeStoreMailboxFolders CONTACTS
- This value represents user's Contacts folder.
equals
public boolean equals(java.lang.Object o)
- Indicates whether some other
ExchangeStoreMailboxFolders
object is "equal to" this one.
- Overrides:
equals
in class java.lang.Object
- Returns:
true
if this object is the same as the object argument; false
otherwise
toString
public java.lang.String toString()
- Returns a string representation of the object.
- Overrides:
toString
in class java.lang.Object
- Returns:
- the string representation of the object
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.