Class PhoneType
The type of Phone This Enum is used by: phone.ptype_idx
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class PhoneType : Enum
Fields
ContactFax
3: Facsimile number for a contact
Declaration
public const PhoneType ContactFax
Field Value
Type | Description |
---|---|
PhoneType |
ContactPhone
1: Telephone number for a contact.
Declaration
public const PhoneType ContactPhone
Field Value
Type | Description |
---|---|
PhoneType |
PersonDirectFax
16387: Direct facsimile number for a person
Declaration
public const PhoneType PersonDirectFax
Field Value
Type | Description |
---|---|
PhoneType |
PersonDirectPhone
16385: Direct dial telephone for a person
Declaration
public const PhoneType PersonDirectPhone
Field Value
Type | Description |
---|---|
PhoneType |
PersonMobile
16389: Cellular telephone for a person
Declaration
public const PhoneType PersonMobile
Field Value
Type | Description |
---|---|
PhoneType |
PersonPager
16390: Pager number for a person
Declaration
public const PhoneType PersonPager
Field Value
Type | Description |
---|---|
PhoneType |
PersonPrivate
16388: Private telephone for a person
Declaration
public const PhoneType PersonPrivate
Field Value
Type | Description |
---|---|
PhoneType |
Unknown
0: Unknown - used when initializing
Declaration
public const PhoneType Unknown
Field Value
Type | Description |
---|---|
PhoneType |
value__
The type of Phone This Enum is used by: phone.ptype_idx
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)