Email.MaxAttempts example
this.EM = new Email(); this.EM.MaxAttempts = 10; var ErrVal = this.EM.Create(this); if (ErrVal >= 0) { ...