//***************************************************************************
 // Private Methods
 //
 protected virtual void OnSendEmailComplete(SendEmailCompleteEventArgs e)
 {
     if (this.SendEmailComplete != null)
     {
         this.SendEmailComplete.Invoke(this, e);
     }
 }
 //***************************************************************************
 // Private Methods
 // 
 protected virtual void OnSendEmailComplete(SendEmailCompleteEventArgs e)
 {
     if (this.SendEmailComplete != null)
         this.SendEmailComplete.Invoke(this, e);
 }