Ejemplo n.º 1
0
 public AppConfiguration()
 {
     ClientId = Guid.NewGuid().GetHash(12);
     IsJustRegistered = true;
     IsDefaultMailClientCheckEnabled = true;
     RollUpConversations = true;
     ShowProfileBalloons = true;
     ShowStreamColumn = true;
     PreviewPaneLocation = PreviewPaneLocation.Hidden;
     ReceiveConfiguration = new ReceiveConfiguration();
     MarkReadWhenViewing = true;
     MarkReadWhenViewingAfter = 3;
     ShowNotificationsPopup = true;
     ShowNotificationsPopupFor = 5;
     PlayNotificationsSound = true;
     IsFirstStatusUpdate = true;
     ShowLabelsColumn = true;
     DefaultView = "Single line view";
 }
Ejemplo n.º 2
0
 public AppConfiguration()
 {
     ClientId         = Guid.NewGuid().GetHash(12);
     IsJustRegistered = true;
     IsDefaultMailClientCheckEnabled = true;
     RollUpConversations             = true;
     ShowProfileBalloons             = true;
     ShowStreamColumn          = true;
     PreviewPaneLocation       = PreviewPaneLocation.Hidden;
     ReceiveConfiguration      = new ReceiveConfiguration();
     MarkReadWhenViewing       = true;
     MarkReadWhenViewingAfter  = 3;
     ShowNotificationsPopup    = true;
     ShowNotificationsPopupFor = 5;
     PlayNotificationsSound    = true;
     IsFirstStatusUpdate       = true;
     ShowLabelsColumn          = true;
     DefaultView = "Single line view";
 }