<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "IOBluetooth",
  "identifier" : "/documentation/IOBluetooth/IOBluetoothIsFileAppleDesignatedPIMData(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "IOBluetooth"
    ],
    "preciseIdentifier" : "c:@F@IOBluetoothIsFileAppleDesignatedPIMData"
  },
  "title" : "IOBluetoothIsFileAppleDesignatedPIMData(_:)"
}
-->

# IOBluetoothIsFileAppleDesignatedPIMData(_:)

Apple designated PIM data is classified as: .vcard, .vcal, .vcf, .vnote, .vmsg, .vcs

```
func IOBluetoothIsFileAppleDesignatedPIMData(_ inFileName: String!) -> Bool
```

## Parameters

`inFileName`

Name of file - should include extension!

## Return Value

Yes or no, is it Apple-designated PIM data?

## Discussion

Not much to talk about.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)