RegisterProperties method

  1. @override
void RegisterProperties()
override
Registers properties.

Implementation

@override
void RegisterProperties() {
  super.RegisterProperties();

  this.RegisterProperty(FileAs);
  this.RegisterProperty(FileAsMapping);
  this.RegisterProperty(DisplayName);
  this.RegisterProperty(GivenName);
  this.RegisterProperty(Initials);
  this.RegisterProperty(MiddleName);
  this.RegisterProperty(NickName);
  this.RegisterProperty(CompleteName);
  this.RegisterProperty(CompanyName);
  this.RegisterProperty(EmailAddresses);
  this.RegisterProperty(PhysicalAddresses);
  this.RegisterProperty(PhoneNumbers);
  this.RegisterProperty(AssistantName);
  this.RegisterProperty(Birthday);
  this.RegisterProperty(BusinessHomePage);
  this.RegisterProperty(Children);
  this.RegisterProperty(Companies);
  this.RegisterProperty(ContactSource);
  this.RegisterProperty(Department);
  this.RegisterProperty(Generation);
  this.RegisterProperty(ImAddresses);
  this.RegisterProperty(JobTitle);
  this.RegisterProperty(Manager);
  this.RegisterProperty(Mileage);
  this.RegisterProperty(OfficeLocation);
//    this.RegisterProperty(PostalAddressIndex);
  this.RegisterProperty(Profession);
  this.RegisterProperty(SpouseName);
  this.RegisterProperty(Surname);
  this.RegisterProperty(WeddingAnniversary);
  this.RegisterProperty(HasPicture);
  this.RegisterProperty(PhoneticFullName);
  this.RegisterProperty(PhoneticFirstName);
  this.RegisterProperty(PhoneticLastName);
  this.RegisterProperty(Alias);
  this.RegisterProperty(Notes);
  this.RegisterProperty(Photo);
//            this.RegisterProperty(UserSMIMECertificate);
//            this.RegisterProperty(MSExchangeCertificate);
  this.RegisterProperty(DirectoryId);
  this.RegisterProperty(ManagerMailbox);
  this.RegisterProperty(DirectReports);

  this.RegisterIndexedProperty(EmailAddress1);
  this.RegisterIndexedProperty(EmailAddress2);
  this.RegisterIndexedProperty(EmailAddress3);
  this.RegisterIndexedProperty(ImAddress1);
  this.RegisterIndexedProperty(ImAddress2);
  this.RegisterIndexedProperty(ImAddress3);
  this.RegisterIndexedProperty(AssistantPhone);
  this.RegisterIndexedProperty(BusinessFax);
  this.RegisterIndexedProperty(BusinessPhone);
  this.RegisterIndexedProperty(BusinessPhone2);
  this.RegisterIndexedProperty(Callback);
  this.RegisterIndexedProperty(CarPhone);
  this.RegisterIndexedProperty(CompanyMainPhone);
  this.RegisterIndexedProperty(HomeFax);
  this.RegisterIndexedProperty(HomePhone);
  this.RegisterIndexedProperty(HomePhone2);
  this.RegisterIndexedProperty(Isdn);
  this.RegisterIndexedProperty(MobilePhone);
  this.RegisterIndexedProperty(OtherFax);
  this.RegisterIndexedProperty(OtherTelephone);
  this.RegisterIndexedProperty(Pager);
  this.RegisterIndexedProperty(PrimaryPhone);
  this.RegisterIndexedProperty(RadioPhone);
  this.RegisterIndexedProperty(Telex);
  this.RegisterIndexedProperty(TtyTddPhone);
  this.RegisterIndexedProperty(BusinessAddressStreet);
  this.RegisterIndexedProperty(BusinessAddressCity);
  this.RegisterIndexedProperty(BusinessAddressState);
  this.RegisterIndexedProperty(BusinessAddressCountryOrRegion);
  this.RegisterIndexedProperty(BusinessAddressPostalCode);
  this.RegisterIndexedProperty(HomeAddressStreet);
  this.RegisterIndexedProperty(HomeAddressCity);
  this.RegisterIndexedProperty(HomeAddressState);
  this.RegisterIndexedProperty(HomeAddressCountryOrRegion);
  this.RegisterIndexedProperty(HomeAddressPostalCode);
  this.RegisterIndexedProperty(OtherAddressStreet);
  this.RegisterIndexedProperty(OtherAddressCity);
  this.RegisterIndexedProperty(OtherAddressState);
  this.RegisterIndexedProperty(OtherAddressCountryOrRegion);
  this.RegisterIndexedProperty(OtherAddressPostalCode);
}