ContactType

public enum ContactType
{
    EMAIL,
    PHONE,
    CELLPHONE,
    OTHER
}

Last updated