ContactType 枚举
定义
指定联系人的类型。Specifies the type of a contact.
public enum class ContactType
public enum ContactType
type ContactType =
Public Enum ContactType
- 继承
字段
Administrative | 3 | 管理员联系人。An administrative contact. |
Billing | 4 | 计算联系人。A billing contact. |
Other | 5 | 管理,计算,支持,技术或非特指之外的类型的联系人。A contact with a type other than administrative, billing, support, technical, or unspecified. |
Support | 2 | 支持通信。A support contact. |
Technical | 1 | 技术通信。A technical contact. |
Unspecified | 0 | 未指定类型的联系人。A contact with a type that is not specified. |