Enum PhoneType
The type of Phone This Enum is used by: phone.ptype_idx
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum PhoneType : short
Fields
| Name | Description |
|---|---|
| ContactFax | 3: Facsimile number for a contact |
| ContactPhone | 1: Telephone number for a contact. |
| PersonDirectFax | 16387: Direct facsimile number for a person |
| PersonDirectPhone | 16385: Direct dial telephone for a person |
| PersonMobile | 16389: Cellular telephone for a person |
| PersonPager | 16390: Pager number for a person |
| PersonPrivate | 16388: Private telephone for a person |
| Unknown | 0: Unknown - used when initializing |