Discuss this help topic in SecureBlackbox Forum
Specifies the sender host's domain name for HELO/EHLO
Declaration
[VB.NET]
Property Domain As String
[Pascal]
property Domain : string;
[C++]
void get_Domain(std::string &OutResult);
void set_Domain(const std::string &Value);
[PHP]
string get_Domain()
void set_Domain(string $Value)
[Java]
String getDomain();
void setDomain(String Value);
Description
Set this property before calling the
Open() method.
It should contain the domain name of the sender's host.
Discuss this help topic in SecureBlackbox Forum