Packagecom.myflashlab.air.extensions.spotlight
Classpublic class AttributeSetMessaging
InheritanceAttributeSetMessaging Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
AttributeSetMessaging
Property Detail
accountHandlesproperty
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.

accountIdentifierproperty 
public var accountIdentifier:String

Unique identifier for the account the item is associated with, if any

authorAddressesproperty 
public var authorAddresses:Array

This attribute indicates the author addresses of the document.

authorEmailAddressesproperty 
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)

authorNamesproperty 
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.

emailAddressesproperty 
public var emailAddresses:Array

Email addresses for this item.

instantMessageAddressesproperty 
public var instantMessageAddresses:Array

Instant message addresses for this item.

likelyJunkproperty 
public var likelyJunk:Number

This attribute indicates if the document is likely to be considered junk. Should be 1 if true, 0 otherwise

mailboxIdentifiersproperty 
public var mailboxIdentifiers:Array

Array of Mailbox identifiers associated with the item. e.g. CSMailboxInbox, CSMailboxDrafts, CSMailboxSent, or a custom identifier etc.

phoneNumbersproperty 
public var phoneNumbers:Array

Phone numbers for this item.

recipientAddressesproperty 
public var recipientAddresses:Array

This attribute indicates the recipient addresses of the document.

recipientEmailAddressesproperty 
public var recipientEmailAddresses:Array

This attribute indicates the reciepients email addresses. (This is always the email address, and not the human readable version).

recipientNamesproperty 
public var recipientNames:Array

This attribute indicates the recipients of this item.

textContentproperty 
public var textContent:String

Contains the text content of the document.

Constructor Detail
AttributeSetMessaging()Constructor
public function AttributeSetMessaging()