AMPMessage Class Reference
| Inherits from | AMPObject : NSObject |
| Declared in | AMPMessage.h AMPMessage.m |
Tasks
Other Methods
-
– account -
– from -
– idx -
– localflags -
– threadCount -
– xPriority -
– subject -
– messageId -
– htmlBody -
– plainBody -
– excerpt -
– date -
– attachments -
– references -
– inReplyTo -
– to -
– cc -
– bcc -
– replyTo -
– rfcData -
– folderUids -
– composerInfo -
– encrypted -
– GetMails -
– GetMailsMaps
Other Methods
Instance Methods
account
The account name
- (AMPAccount *)accountReturn Value
The Account Name
Declared In
AMPMessage.hattachments
The attachments array of AMPAttachment model
- (NSArray *)attachmentsReturn Value
The attachment array
Declared In
AMPMessage.hbcc
The message BCC field
- (NSArray *)bccReturn Value
an array of AMPAddress or AMPGroup
Declared In
AMPMessage.hcc
The message CC field
- (NSArray *)ccReturn Value
an array of AMPAddress or AMPGroup
Declared In
AMPMessage.hcomposerInfo
The composer that has generated the message in the case of a send
- (AMPComposerInfo *)composerInfoReturn Value
a the composer info
Declared In
AMPMessage.hencrypted
The encypted status fo the message
- (NSNumber *)encryptedReturn Value
an encypted based on amp_encryption_type
Declared In
AMPMessage.hexcerpt
The message excerpt
- (NSString *)excerptReturn Value
the plain text excerpt
Declared In
AMPMessage.hfolderUids
A dictionary,the key is the folder idx, the objec is an AMPUidFlag (uid and flag) for the folder a message can belogn to multiple folders with different uids/flags
- (NSDictionary *)folderUidsReturn Value
a dictionary
Declared In
AMPMessage.hfrom
The email address of the sender
- (AMPAddress *)fromReturn Value
The email address
Declared In
AMPMessage.hhtmlBody
The HMTL body of the message
- (NSString *)htmlBodyReturn Value
The string with the HTML
Declared In
AMPMessage.hidx
Unique identifier of the message in Airmail
- (NSNumber *)idxReturn Value
the Unique identifier
Declared In
AMPMessage.hinReplyTo
The message in reply to (message id) for a conversation
- (NSArray *)inReplyToReturn Value
an array of strings
Declared In
AMPMessage.hlocalflags
The local flags number
- (NSNumber *)localflagsReturn Value
the number of the local flag
Declared In
AMPMessage.hmessageId
the message ID of th RFC Message
- (NSString *)messageIdReturn Value
the message ID
Declared In
AMPMessage.hplainBody
The Plain Text body of the message
- (NSString *)plainBodyReturn Value
The string with the Plain text
Declared In
AMPMessage.hreferences
The message references (message id) for a conversation
- (NSArray *)referencesReturn Value
an array of strings
Declared In
AMPMessage.hreplyTo
The message replyTO field
- (NSArray *)replyToReturn Value
an array of AMPAddress or AMPGroup
Declared In
AMPMessage.hrfcData
The message rfc
- (NSData *)rfcDataReturn Value
the full rfc of the message
Declared In
AMPMessage.hsubject
The subject of the message
- (NSString *)subjectReturn Value
the messag subject vlue
Declared In
AMPMessage.hthreadCount
The thread count number
- (NSNumber *)threadCountReturn Value
the number of the thread count
Declared In
AMPMessage.hto
The message TO field
- (NSArray *)toReturn Value
an array of AMPAddress or AMPGroup
Declared In
AMPMessage.h