Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.Domain

TElSMTPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the sender host's domain name for HELO/EHLO

Declaration

[C#]
    string Domain;

[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.

See also:     Login     Open    

Discuss this help topic in SecureBlackbox Forum