INPersonHandleLabel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the types of information associated with a particular value of a INPersonHandleType.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 2, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INPersonHandleLabel
type INPersonHandleLabel =
- Inheritance
-
INPersonHandleLabel
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that no label is specified. |
Home | 1 | Indicates a handle for the user's home. |
Work | 2 | Indicates a handle for the user's work. |
iPhone | 3 | Indicates a handle for the user's iPhone. |
Mobile | 4 | Indicates a handle for one of the user's mobile devices. |
Main | 5 | Indicates the primary handle for the user. |
HomeFax | 6 | Indicates a handle for the user's home fax. |
WorkFax | 7 | Indicates a handle for the user's work fax. |
Pager | 8 | Indicates a handle for the user's pager. |
Other | 9 | Indicates a handle for a miscellaneous category. |