LumiSoft Mail Server User API
Add_StoreToFtp Method (description, host, port, userName, password, folder)
Namespaces > LumiSoft.MailServer.API.UserAPI > GlobalMessageRuleActionCollection > Add_StoreToFtp(String, String, Int32, String, String, String)
Creates and adds new 'Store To FTP Folder' action to GlobalMessageRuleActionCollection collection.
Syntax
C#Visual BasicManaged C++
public GlobalMessageRuleAction_StoreToFtp Add_StoreToFtp (
	string description,
	string host,
	int port,
	string userName,
	string password,
	string folder
)
Public Function Add_StoreToFtp ( _
	description As String, _
	host As String, _
	port As Integer, _
	userName As String, _
	password As String, _
	folder As String _
) As GlobalMessageRuleAction_StoreToFtp
public:
GlobalMessageRuleAction_StoreToFtp^ Add_StoreToFtp (
	String^ description, 
	String^ host, 
	int port, 
	String^ userName, 
	String^ password, 
	String^ folder
)
Parameters
description (String)
Action description text.
host (String)
FTP server where to store message.
port (Int32)
FTP server port.
userName (String)
FTP server user name.
password (String)
FTP server user password.
folder (String)
FTP folder where to store message.
Return Value

[Missing <returns> documentation for M:LumiSoft.MailServer.API.UserAPI.GlobalMessageRuleActionCollection.Add_StoreToFtp(System.String,System.String,System.Int32,System.String,System.String,System.String)]

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)