[This is preliminary documentation and is subject to change.]

Updates all the details related to an email rule into the database.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int UpdateEmailRule(
	EmailRuleInfo eri
)
Visual Basic (Declaration)
Public Function UpdateEmailRule ( _
	eri As EmailRuleInfo _
) As Integer
Visual C++
public:
int UpdateEmailRule(
	EmailRuleInfo^ eri
)

Parameters

eri
Type: OfficeClip.BusinessLayer.Desktop.Email..::.EmailRuleInfo
Instance of the EmailRuleInfo object containing all the information related to a particular email rule which needs to be stored.

Return Value

0 if successful, -1 in case of an error. OfficeClip.BusinessLayer.Desktop.Email..::.EmailRuleInfo

See Also