Contents

userInfo

User-provided metadata associated with the attachment.

Declaration

var userInfo: [AnyHashable : Any]? { get set }

Discussion

Assign a custom dictionary to this property to store attachment-specific metadata along with the attachment.

See Also

Attachment Metadata