Gets or sets the hostname presented to the server during the greeting.
Public Property HelloName As String
Dim instance As Smtp
Dim value As String
instance.HelloName = value
value = instance.HelloName
public string HelloName {get; set;}
public: __property string* get_HelloName();
public: __property void set_HelloName(
string* value
);
public:
property String^ HelloName {
String^ get();
void set ( String^ value);
}
Property Value
A string value representing the hostname presented to the server during the greeting.