RegisterProperties method

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

Implementation

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

  this.RegisterProperty(Sender);
  this.RegisterProperty(ToRecipients);
  this.RegisterProperty(CcRecipients);
  this.RegisterProperty(BccRecipients);
  this.RegisterProperty(IsReadReceiptRequested);
  this.RegisterProperty(IsDeliveryReceiptRequested);
  this.RegisterProperty(ConversationIndex);
  this.RegisterProperty(ConversationTopic);
//            this.RegisterProperty(From);
  this.RegisterProperty(InternetMessageId);
  this.RegisterProperty(IsRead);
  this.RegisterProperty(IsResponseRequested);
  this.RegisterProperty(References);
  this.RegisterProperty(ReplyTo);
//            this.RegisterProperty(ReceivedBy);
//            this.RegisterProperty(ReceivedRepresenting);
//            this.RegisterProperty(ApprovalRequestData);
//            this.RegisterProperty(VotingInformation);
//            this.RegisterProperty(Likers);
}