AMPAccount Class Reference
| Inherits from | AMPObject : NSObject |
| Declared in | AMPAccount.h AMPAccount.m |
Tasks
-
– provider -
– idx -
– order -
– composerType -
– isAll -
– enabled -
– useSignature -
– useSignatureQuickReply -
– useSignatureReply -
– copySent -
– notify -
– autoMapping -
– downloadBody -
– downloadAttachments -
– importContacts -
– defaultReplier -
– rtl -
– mail -
– name -
– path -
– notifySound -
– profileIcon -
– aliases -
– signatures
Instance Methods
aliases
The aliases array
- (NSMutableArray *)aliasesReturn Value
the aliases array of AMPAlias
Declared In
AMPAccount.hautoMapping
A bool value preference if the account have the automapped of folders enabled
- (NSNumber *)autoMappingReturn Value
A bool value
Declared In
AMPAccount.hcomposerType
The preference of the composer amp_composertype
- (NSNumber *)composerTypeReturn Value
An integer of the amp_composertype
Declared In
AMPAccount.hcopySent
A bool value preference to use copy sent messages in the sent folder
- (NSNumber *)copySentReturn Value
A bool value
Declared In
AMPAccount.hdefaultReplier
A bool value preference if the account is the default replier
- (NSNumber *)defaultReplierReturn Value
A bool value
Declared In
AMPAccount.hdownloadAttachments
A bool value preference if the account have the automatic download of the message Attachments
- (NSNumber *)downloadAttachmentsReturn Value
A bool value
Declared In
AMPAccount.hdownloadBody
A bool value preference if the account have the automatic download of the message body
- (NSNumber *)downloadBodyReturn Value
A bool value
Declared In
AMPAccount.henabled
If the account is enabled
- (NSNumber *)enabledReturn Value
A bool value
Declared In
AMPAccount.hidx
the unique identifier of the account
- (NSNumber *)idxReturn Value
The ID
Declared In
AMPAccount.himportContacts
A bool value preference if the account have the import contacts at start
- (NSNumber *)importContactsReturn Value
A bool value
Declared In
AMPAccount.hisAll
A bool value if is unified inbox
- (NSNumber *)isAllReturn Value
if is unified inbox
Declared In
AMPAccount.hname
The account name
- (NSString *)nameReturn Value
the name of the account
Declared In
AMPAccount.hnotify
A bool value preference if the account have the notification enabled.
- (NSNumber *)notifyReturn Value
A bool value
Declared In
AMPAccount.hnotifySound
Is string of the file name
- (NSString *)notifySoundReturn Value
the file name
Declared In
AMPAccount.horder
The account order position
- (NSNumber *)orderReturn Value
The account order
Declared In
AMPAccount.hpath
Is tha path where the account files are stored
- (NSString *)pathReturn Value
the account path
Declared In
AMPAccount.hprofileIcon
the profile icon image
- (NSImage *)profileIconReturn Value
The icon image
Declared In
AMPAccount.hprovider
The account provider model
- (AMPProvider *)providerReturn Value
The account provider
Declared In
AMPAccount.hrtl
A bool value preference if the account is Right Text Lanaguage
- (NSNumber *)rtlReturn Value
A bool value
Declared In
AMPAccount.hsignatures
The signatures name array
- (NSMutableArray *)signaturesReturn Value
the signatures array of AMPSignature
Declared In
AMPAccount.huseSignature
A bool value preference to use signature for the account
- (NSNumber *)useSignatureReturn Value
A bool value
Declared In
AMPAccount.h