LumiSoft Mail Server User API
RouteAction_RouteToHost Class
Namespaces > LumiSoft.MailServer.API.UserAPI > RouteAction_RouteToHost
The RouteAction_RouteToHost object represents route "Route To Host" action in LumiSoft Mail Server virtual server.
Syntax
C#Visual BasicManaged C++
public class RouteAction_RouteToHost : RouteActionBase
Public Class RouteAction_RouteToHost _
	Inherits RouteActionBase
public ref class RouteAction_RouteToHost : public RouteActionBase
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
RouteAction_RouteToHostNew(String, Int32)
Default constructor.
ActionType
Gets route action type.
(Inherited from RouteActionBase.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
Host
Gets or sets host name or IP where to route message.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Port
Gets or sets host port.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
RouteActionBase
 RouteAction_RouteToHost

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)