Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Class OutlookFolder

java.lang.Object
  └ com.moyosoft.connector.ms.outlook.folder.OutlookFolder


public class OutlookFolder

Fields

Constructors

public
OutlookFolder (com.moyosoft.connector.com.Dispatch dispatch)
public
OutlookFolder (OutlookFolder parentFolder, String newFolderName)
Creates a new folder with the specified name
public
OutlookFolder (OutlookFolder parentFolder, String newFolderName, FolderType folderType)
Creates a new folder with the specified name and type

Methods

void
addToFavorites ()
void
addToFavorites (boolean dontDisplayAddFavoriteDialog)
void
addToFavorites (boolean dontDisplayAddFavoriteDialog, String favoriteName)
void
addToPFFavorites ()
boolean
canCreateItems ()
Returns true if the current user has permission to create new items in this folder; false otherwise. This method is only available in the Professional edition of Java Outlook Connector.
boolean
canCreateSubfolders ()
Returns true if the current user has permission to create sub-folders in this folder; false otherwise. This method is only available in the Professional edition of Java Outlook Connector.
boolean
canDeleteItems ()
Returns true if the current user has permission to delete items in this folder; false otherwise. This method is only available in the Professional edition of Java Outlook Connector.
boolean
canReadItems ()
Returns true if the current user has permission to read items in this folder; false otherwise. This method is only available in the Professional edition of Java Outlook Connector.
copyTo (OutlookFolder destinationFolder)
createFolder (String pNewFolderName, FolderType pFolderType)
Create a new folder in this folder. Returns the new folder's object.
createItem ()
Create a new item in this folder.
createItem (ItemType pType)
Create a new item in this folder.
void
delete ()
void
display ()
void
dispose ()
String
getAddressBookName ()
getCurrentView ()
getDefaultItemType ()
String
getDescription ()
...t.connector.com.Dispatch
getDispatch ()
getExplorer ()
getExplorer (FolderDisplayMode displayMode)
getFolder (String folderPath)
Returns a sub-folder for the specified name or path. Accepted path separators are '\' or '/'.
getFolderId ()
String
getFolderPath ()
getFolders ()
Retrieve information about Outlook folders.
int
getFoldersCount ()
String
getFullFolderPath ()
getItems ()
Return items in this folders as a collection.
String
getName ()
getParentFolder ()
int
getPermissions ()
Returns the permissions of the folder. This method is only available in the Professional edition of Java Outlook Connector. Example: int permissions = folder.getPermissions(); if((permissions & OutlookFolder.PERMISSION_READ) != 0) { // Permission to read items } if((permi ... more >
getShowItemCount ()
String
getStorePath ()
getStoreType ()
int
getUnReadItemCount ()
getViews ()
String
getWebViewURL ()
boolean
hasChildren ()
boolean
isCustomViewsOnly ()
boolean
isInAppFolderSyncObject ()
boolean
isSharePointFolder ()
boolean
isShowAsOutlookAB ()
boolean
isWebViewAllowNavigation ()
boolean
isWebViewOn ()
void
moveTo (OutlookFolder destinationFolder)
void
setAddressBookName (String value)
void
setCustomViewsOnly (boolean value)
void
setDescription (String value)
void
setInAppFolderSyncObject (boolean value)
void
setName (String value)
void
setShowAsOutlookAB (boolean value)
void
setShowItemCount (ShowItemCount value)
void
setWebViewAllowNavigation (boolean value)
void
setWebViewOn (boolean value)
void
setWebViewURL (String value)

Community comments



Powered by JavaDocPlus