LumiSoft Mail Server User API
Add_SendError Method (description, errorText)
Namespaces > LumiSoft.MailServer.API.UserAPI > GlobalMessageRuleActionCollection > Add_SendError(String, String)
Creates and adds new 'Send Error To Client' action to GlobalMessageRuleActionCollection collection.
Syntax
C#Visual BasicManaged C++
public GlobalMessageRuleAction_SendError Add_SendError (
	string description,
	string errorText
)
Public Function Add_SendError ( _
	description As String, _
	errorText As String _
) As GlobalMessageRuleAction_SendError
public:
GlobalMessageRuleAction_SendError^ Add_SendError (
	String^ description, 
	String^ errorText
)
Parameters
description (String)
Action description text.
errorText (String)
Error text..
Return Value

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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)