News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualEmail.MaxAttempts property
Type: Integer number of attempts being used during transmittal
This property keeps an internal version of the value set with the Email.SetMaxAttempts() method. It is transferred to the DLL object when using that method as well as during the Email.Create() method. You can change this value between the "new" statement and when you call the Email.Create(). This will effectively change the default value, without your having to modify the emai.js class definition.
Note, however, that changing this property after using the Email.Create() method will do no good. After the Email.Create() method is called, the only time the value is transferred to the DLL email object is when the Email.SetMaxAttempts() method is called. And, you must pass a value to that method.
|