[This is preliminary documentation and is subject to change.]
Updates all the details related to an email rule into the database.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: 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.