RelayPort Property

Gets and sets the port number for the specified relay server.

Syntax

object.RelayPort [= value]

The RelayPort property syntax has the following parts:

Part Description
object An object expression that evaluates to an InternetMail object.
value A long integer which specifies the port number.

Remarks

The RelayPort property defines the port number which is used to establish a connection with the mail server. This property is used in conjunction with the RelayServer property to specify an alternate mail server which is responsible for delivering messages for the current user.

If this property is not set, the default SMTP port will be used when connecting to a relay mail server.

Data Type

Integer

See Also

RelayServer Property


Copyright © 2008 Catalyst Development Corporation. All rights reserved.