Discuss this help topic in SecureBlackbox Forum
Specifies if the domain is testing DomainKeys.
Declaration
[VB.NET]
Property TestMode As Boolean
[Pascal]
property TestMode: Boolean;
[C++]
bool get_TestMode();
void set_TestMode(bool Value);
[PHP]
bool get_TestMode()
void set_TestMode(bool $Value)
[Java]
boolean getTestMode();
void setTestMode(boolean Value);
Description
If this property value is
True it means that
the domain is testing DomainKeys and unverified email MUST NOT be treated differently from verified email.
Discuss this help topic in SecureBlackbox Forum