Package | com.myflashlab.air.extensions.spotlight |
Class | public class AttributeSetMessaging |
Inheritance | AttributeSetMessaging Object |
Property | Defined By | ||
---|---|---|---|
accountHandles : Array Array of the canonical handles of the account the item is associated with (IM handle, e-mail address, phone number...). | AttributeSetMessaging | ||
accountIdentifier : String Unique identifier for the account the item is associated with, if any | AttributeSetMessaging | ||
authorAddresses : Array This attribute indicates the author addresses of the document. | AttributeSetMessaging | ||
authorEmailAddresses : Array This attribute indicates the author of the emails message addresses. | AttributeSetMessaging | ||
authorNames : Array The list of author/authors that have worked on this item. | AttributeSetMessaging | ||
emailAddresses : Array Email addresses for this item. | AttributeSetMessaging | ||
instantMessageAddresses : Array Instant message addresses for this item. | AttributeSetMessaging | ||
likelyJunk : Number This attribute indicates if the document is likely to be considered junk. | AttributeSetMessaging | ||
mailboxIdentifiers : Array Array of Mailbox identifiers associated with the item. | AttributeSetMessaging | ||
phoneNumbers : Array Phone numbers for this item. | AttributeSetMessaging | ||
recipientAddresses : Array This attribute indicates the recipient addresses of the document. | AttributeSetMessaging | ||
recipientEmailAddresses : Array This attribute indicates the reciepients email addresses. | AttributeSetMessaging | ||
recipientNames : Array This attribute indicates the recipients of this item. | AttributeSetMessaging | ||
textContent : String Contains the text content of the document. | AttributeSetMessaging |
Method | Defined By | ||
---|---|---|---|
AttributeSetMessaging |
accountHandles | property |
public var accountHandles:Array
Array of the canonical handles of the account the item is associated with (IM handle, e-mail address, phone number...). E.g. in Mail's case, all the email addresses the account receives email on.
accountIdentifier | property |
public var accountIdentifier:String
Unique identifier for the account the item is associated with, if any
authorAddresses | property |
public var authorAddresses:Array
This attribute indicates the author addresses of the document.
authorEmailAddresses | property |
public var authorEmailAddresses:Array
This attribute indicates the author of the emails message addresses. (This is always the email address, and not the human readable version)
authorNames | property |
public var authorNames:Array
The list of author/authors that have worked on this item. There could be 0 or more authors of a particular item. The order of the authors in the array is preserved, but is not intended to represent the main author or relative importance of the authors.
emailAddresses | property |
public var emailAddresses:Array
Email addresses for this item.
instantMessageAddresses | property |
public var instantMessageAddresses:Array
Instant message addresses for this item.
likelyJunk | property |
public var likelyJunk:Number
This attribute indicates if the document is likely to be considered junk. Should be 1 if true, 0 otherwise
mailboxIdentifiers | property |
public var mailboxIdentifiers:Array
Array of Mailbox identifiers associated with the item. e.g. CSMailboxInbox, CSMailboxDrafts, CSMailboxSent, or a custom identifier etc.
phoneNumbers | property |
public var phoneNumbers:Array
Phone numbers for this item.
recipientAddresses | property |
public var recipientAddresses:Array
This attribute indicates the recipient addresses of the document.
recipientEmailAddresses | property |
public var recipientEmailAddresses:Array
This attribute indicates the reciepients email addresses. (This is always the email address, and not the human readable version).
recipientNames | property |
public var recipientNames:Array
This attribute indicates the recipients of this item.
textContent | property |
public var textContent:String
Contains the text content of the document.
AttributeSetMessaging | () | Constructor |
public function AttributeSetMessaging()