ContactAddrType Enumeration |
Enumeration for contact address types
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum ContactAddrType
<SerializableAttribute>
Public Enumeration ContactAddrType
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Unknown | 0 | |
PrimPhone | 1 | |
PrimEmail | 2 | |
AltPhone | 3 | |
Pager | 4 | |
EmergencyEMail | 5 | |
EmergencyPhone | 6 | |
AltEmail | 7 | |
EMail1 | 8 | |
EMail2 | 9 | |
EMail3 | 10 | |
HomePhone | 11 | |
OfficePhone | 12 | |
MobilePhone | 13 | |
WAP | 14 | |
Fax | 15 | |
Contact | 16 | |
Website | 17 | |
CssEmail | 18 |
Customer service e-mail. Used, for instance, by work zone. New enumeration value was introduced because of distint name.
|
CssPhone | 19 |
Customer service phone. Used, for instance, by work zone. New enumeration value was introduced because of distint name.
|
See Also