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

Deletes all the information related to a particular email folder.

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

Syntax

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

Parameters

emailFolderId
Type: System..::.Int32
Id of the email folder to be deleted.

Return Value

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

See Also