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

Marks a single or a set of emails as deleted.

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

Syntax

C#
public int UpdateEmailMarkDeleted(
	int emailId
)
Visual Basic (Declaration)
Public Function UpdateEmailMarkDeleted ( _
	emailId As Integer _
) As Integer
Visual C++
public:
int UpdateEmailMarkDeleted(
	int emailId
)

Parameters

emailId
Type: System..::.Int32
Id of the email which needs to be marked as deleted.

Return Value

0 when successful, -1 in case of an error.

See Also