Description
-
Holds hostname of local computer, for the relay.
Property type
-
A String value.
Syntax
-
object.MyHostname [= value]
The MyHostname Property syntax has these parts:
object |
An expression
evaluating to an object of type SmtpRelay. |
value |
A String value. |
Remarks
-
MyHostname property holds hostname of local computer to provide
when relay sends HELO/EHLO command to remote server. When relay is
created, this property is copied from SmtpServer.MyHostname
property, but you can change it if you have multi homed server and
wish to announce each relay differently.
|