Enumeration of defined phone types.
Namespace: Reimers.CoreAssembly: Reimers.Core (in Reimers.Core.dll) Version: 5.3.95.699 (5.3.95.699)
Syntax
C# |
---|
[FlagsAttribute] public enum PhoneType |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Phone type is unknown. | |
Voice | 2 | Phone type is voice. | |
Fax | 4 | Phone type is fax. | |
Msg | 8 | Phone type is message. | |
Cell | 16 | Phone type is cell phone. | |
Pager | 32 | Phone type is pager. |