Contents

kQLPreviewPropertyAttachmentsKey

A list of attachments or sub-resources.

Declaration

let kQLPreviewPropertyAttachmentsKey: CFString!

Discussion

The value is a CFDictionary object. The keys of the dictionary are the attachment identifiers (CFString objects) that can be referenced with the cid:id URL. The dictionary’s values are themselves dictionaries that use the kQLPreviewPropertyAttachmentDataKey, kQLPreviewPropertyMIMETypeKey and kQLPreviewPropertyTextEncodingNameKey properties.

See Also

Deprecated constants