Public paste
Undefined
By: Guest | Date: Jun 13 2011 16:31 | Format: None | Expires: never | Size: 863 B | Hits: 821

  1. {
  2.  
  3.         public string MessageBody { get; set; }
  4.  
  5.         public string Email { get; set; }
  6.  
  7.         public string StartDate { get; set; }
  8.  
  9.         public List<string> PhoneNumbers { get; set; }
  10.  
  11.         public string ConferenceID { get; set; }
  12.  
  13.         public string Passcode { get; set; }
  14.  
  15.         public string MeetingID { get; set; }
  16.  
  17.         public List<string> States { get; set; }
  18.  
  19.         public string Title { get; set; }
  20.  
  21.  
  22.         //set inside of meetingTablViewSource.  ONLY if there is a default number
  23.         public string DefaultNumber { get; set; }
  24.  
  25.  
  26.  
  27.         public string Date { get; set; }
  28.         public string Name { get; set; }
  29.         public string Time { get; set; }
  30.         public string InvitedBy { get; set; }
  31.         public string Required { get; set; }
  32.         public string Availability { get; set; }