News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualEmail.MaxAttempts example this.EM = new Email(); this.EM.MaxAttempts = 10; var ErrVal = this.EM.Create(this); if (ErrVal >= 0) { ... |