Adds new remote server for owner user.
| C# | Visual Basic | Managed C++ |
public UserRemoteServer Add ( string description, string host, int port, bool ssl, string userName, string password, bool enabled )
- description (String)
- Remote server description.
- host (String)
- Remote server host name or IP.
- port (Int32)
- Remote server port.
- ssl (Boolean)
- Specifies if connected to remote server via SSL.
- userName (String)
- Remote server user name.
- password (String)
- Remote server password.
- enabled (Boolean)
- Specifies if remote server is enabled.
[Missing <returns> documentation for M:LumiSoft.MailServer.API.UserAPI.UserRemoteServerCollection.Add(System.String,System.String,System.Int32,System.Boolean,System.String,System.String,System.Boolean)]
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)