AMPFolder Class Reference
| Inherits from | AMPObject : NSObject |
| Declared in | AMPFolder.h AMPFolder.m |
Instance Methods
account
The account of the folder
- (AMPAccount *)accountReturn Value
The account of the folder
Declared In
AMPFolder.hcleanedName
The localised name of the folder
- (NSString *)cleanedNameReturn Value
The name of the folder
Declared In
AMPFolder.hcolorCustom
The custom color of the folder
- (NSColor *)colorCustomReturn Value
The folder color
Declared In
AMPFolder.hcolorTheme
A bool indicating that the folder have a custom color
- (NSColor *)colorThemeReturn Value
A bool value
Declared In
AMPFolder.hdisabled
A bool value if the folder is enabled or not (not used)
- (NSNumber *)disabledReturn Value
A bool value if the folder is enabled or not (not used)
Declared In
AMPFolder.hdisplayName
The name of the folder EXCHANGE Only
- (NSString *)displayNameReturn Value
The name of the folder
Declared In
AMPFolder.hfetched
A bool value if the folder is completly fetched
- (NSNumber *)fetchedReturn Value
A bool value if the folder is completly fetched
Declared In
AMPFolder.hhided
A bool value if the folder is hided
- (NSNumber *)hidedReturn Value
A bool value if the folder is hided
Declared In
AMPFolder.hidx
Unique identifier of the object
- (NSNumber *)idxReturn Value
Unique identifier of the object
Declared In
AMPFolder.hindent
The indentation level of the folder
- (NSNumber *)indentReturn Value
The indentation level of the folder
Declared In
AMPFolder.hlastUpdate
The date of the last folder update
- (NSDate *)lastUpdateReturn Value
The date
Declared In
AMPFolder.hlocalTag
A bool value if the folder is a local Folder, like MUTE
- (NSNumber *)localTagReturn Value
A bool value if the folder is a local Folder
Declared In
AMPFolder.hname
The path name of the folder /folder/folder or .folder.folder
- (NSString *)nameReturn Value
The path name of the folder
Declared In
AMPFolder.hparentFolder
The parent folder of the current folder
- (AMPFolder *)parentFolderReturn Value
The parent folder of the current folder
Declared In
AMPFolder.hposition
The order position of the folder
- (NSNumber *)positionReturn Value
The order position of the folder
Declared In
AMPFolder.hselectable
A bool value if the folder is selectable, IMAP only
- (NSNumber *)selectableReturn Value
A bool value if the folder is selectable
Declared In
AMPFolder.hstandardFolderid
An integer for the folder type amp_foldertype
- (NSNumber *)standardFolderidReturn Value
An integer for the folder type amp_foldertype
Declared In
AMPFolder.hsubFolders
The subfolder folder of the current folder
- (NSArray *)subFoldersReturn Value
an array of the subfolder
Declared In
AMPFolder.hsyncState
The sync state of the Exchange folder
- (NSString *)syncStateReturn Value
A String of the sync state
Declared In
AMPFolder.h