PowerTCP Mail for .NET
HelloName Property




Gets or sets the hostname presented to the server during the greeting.
Syntax
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.
Remarks
The hello command (EHLO or HELO) is sent when communication begins with the mail server. Typically the value presented after HELO includes the domain. GetComputerNameEx() is used to initialize this value to the fully qualified DNS name.
See Also

Reference

Smtp Class
Smtp Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic