示例#1
0
        public Form1()
        {
            InitializeComponent();

            OutlookRedemptionClass oc = new OutlookRedemptionClass();
            if (oc.logon())
            {
                textBox1.Text = oc.getMails();
            }
        }
示例#2
0
        public Form1()
        {
            InitializeComponent();

            OutlookRedemptionClass oc = new OutlookRedemptionClass();

            if (oc.logon())
            {
                textBox1.Text = oc.getMails();
            }
        }