ExchangeFolderInfo

Inheritance: java.lang.Object

public class ExchangeFolderInfo

Provides information about an MS Exchange folder.

Constructors

ConstructorDescription
ExchangeFolderInfo()Initializes a new instance of the ExchangeFolderInfo class

Methods

MethodDescription
equals(Object arg0)
getChildFolderCount()Count of child folders
getClass()
getDisplayName()Display name of folder
getFolderClass()Gets the folder class for a given folder.
getFolderType()Gets the folder type for a given folder.
getHidden()Gets value which indicates if folder is hidden
getParentUri()Parent folder uri
getSize()Contains the size, in bytes, consumed by the Message object on the server.
getTotalCount()Gets the total count of items.
getUnreadCount()Gets the count of unread items.
getUri()Folder Uri
hashCode()
notify()
notifyAll()
toString()Returns a String which represents the object instance.
wait()
wait(long arg0)
wait(long arg0, int arg1)

ExchangeFolderInfo()

public ExchangeFolderInfo()

Initializes a new instance of the ExchangeFolderInfo class

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getChildFolderCount()

public final int getChildFolderCount()

Count of child folders

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDisplayName()

public final String getDisplayName()

Display name of folder

Returns: java.lang.String

getFolderClass()

public final String getFolderClass()

Gets the folder class for a given folder.

Returns: java.lang.String

getFolderType()

public final int getFolderType()

Gets the folder type for a given folder.

Returns: int

getHidden()

public final boolean getHidden()

Gets value which indicates if folder is hidden

Returns: boolean

getParentUri()

public final String getParentUri()

Parent folder uri

Returns: java.lang.String

getSize()

public final int getSize()

Contains the size, in bytes, consumed by the Message object on the server.

Returns: int

getTotalCount()

public final int getTotalCount()

Gets the total count of items.

Value: The total count.

Returns: int

getUnreadCount()

public final int getUnreadCount()

Gets the count of unread items.

Value: The unread items count.

Returns: int

getUri()

public final String getUri()

Folder Uri

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns a String which represents the object instance.

Returns: java.lang.String - Returns the DisplayName

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int