| 58 | |
| 59 | * AddressBookEntry |
| 60 | * Agent |
| 61 | * DataObject (A resource that contains some information) |
| 62 | * FileDataObject (A file-based data object. May be a website, a file from filesystem) |
| 63 | * FolderDataObject |
| 64 | * MSOLDistList (A distribution list from outlook) |
| 65 | * MSOLNote |
| 66 | * MSOLTask |
| 67 | * MSOutlookObject |
| 68 | * bcc |
| 69 | * cc |
| 70 | * byteSize (Size of dataobject in bytes) |
| 71 | * characterSet (Characterset in which the content of the document was created. Example: ISO-8859-1, UTF-8.) |
| 72 | * dataSource (The datasource this data-object came from) |
| 73 | * contentMimeType (Key used to store the MIME type of the content of an object when it is different from the object's main MIME type. This value can be used, for example, to model an e-mail message whose mime type is "message/rfc822", but whose content has type "text/html". If not specified, the MIME type of the content defaults to the value specified by the 'mimeType' property.) |