Schnittstelle IFolderInfo
@Scriptable
public interface IFolderInfo
Provides information about a MS Exchange folder.
-
Methodendetails
-
getId
String getId()- Gibt zurück:
- The ID
-
getDisplayName
String getDisplayName()- Gibt zurück:
- The DisplayName.
-
getHref
String getHref()- Gibt zurück:
- The HREF.
-
getParentName
String getParentName()- Gibt zurück:
- The ParentName.
-
getContentClass
String getContentClass()- Gibt zurück:
- The ContentClass.
-
isFolder
boolean isFolder()- Gibt zurück:
- True if item is a folder.
-
hasSubFolders
boolean hasSubFolders()- Gibt zurück:
- True if item has sub folders.
-