News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualEmail.Valid Property
Type: Boolean True: Indicates the DLL successfully allocated the email object False: Indicates that the DLL could not allocate the email object, or that the Email.Create() method has not been performed.
This property should be considered read-only. Yes, it can be modified if you so choose. But, doing so will likely lead to errors, exceptions, and other serious problems.
Use this property as one way to determine whether the Email.Create() method was successful. Beyond that, it carries little use.
|