[This is preliminary documentation and is subject to change.]
Marks a single or a set of emails as deleted.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int UpdateEmailMarkDeleted( ArrayList emailIdList ) |
Visual Basic (Declaration) |
---|
Public Function UpdateEmailMarkDeleted ( _ emailIdList As ArrayList _ ) As Integer |
Visual C++ |
---|
public: int UpdateEmailMarkDeleted( ArrayList^ emailIdList ) |
Parameters
- emailIdList
- Type: System.Collections..::.ArrayList
ArrayList of Ids of all the emails which need to be marked as deleted.