ChessApplication.ChessAppNewGameViaEmail Class
Summary description for ChessAppNewNetworkGame.

Access: Public
Base Classes: Form
  Members Description  
    CancelBtn    
    MyColorGB    
    IAmWhiteRB    
    IAmBlackRB    
    progressBar1    
    OpponentEmailAddressTB    
    MyEmailAddressTB    
    SmtpServerAddressTB    
    SmtpServerAddressLabel    
    OKBtn    
    OpponentEmailAddressLabel    
    MyEmailAddressLabel    
    GameNameTB    
    GameNameLabel    
    HelpBtn    
    components    
    HelpFilePath    
    ChessAppNewGameViaEmail Constructor for new network game dialog

 
    GameName The name or title of this e-mail game.

 
    MyEmailAddress My e-mail address (will serve as the return address).

 
    OpponentEmailAddress The opponents e-mail address (the game will be sent to it).

 
    SmtpServerAddress The address of the SMTP (Simple Mail Transfer Protocol) server the will be used fo sending the e-mail.

 
    MyColor The color of the ChessServer.

 
    IsWhite Determine if i am white player.

 
    IsBlack Determine if i am black player.

 
    Dispose Clean up any resources being used.

 
    InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.

 
    ChessAppNewGameAsServer_Load    
    StartListenBtn_Click    
    HelpBtn_Click