IDialog IView.CreateDialog(IMessagePropertiesFormHost host)
        {
            MessagePropertiesForm frm = new MessagePropertiesForm(host);

            formsInitializer.InitOwnedForm(frm);
            return(frm);
        }
 public MessagePropertiesForm(IMessagePropertiesFormHost host)
 {
     this.host = host;
     InitializeComponent();
 }