Enum AddressField
[Flags]
public enum AddressField
- Extension Methods
Fields
All = Description | Street1 | Street2 | City | Country | Province | PostalCode | Phone | Mobile | Fax | EmailCity = 8Country = 16Description = 1Email = 1024Fax = 512Mobile = 256None = 0Phone = 128PostalCode = 64Province = 32Street1 = 2Street2 = 4