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

Inserts 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 InsertEmailFolder(
	EmailFolderInfo efi
)
Visual Basic (Declaration)
Public Function InsertEmailFolder ( _
	efi As EmailFolderInfo _
) As Integer
Visual C++
public:
int InsertEmailFolder(
	EmailFolderInfo^ efi
)

Parameters

efi
Type: OfficeClip.BusinessLayer.Desktop.Email..::.EmailFolderInfo
Instance of EmailFolderInfo object containing all the information for a particular email folder. OfficeClip.BusinessLayer.Desktop.Email..::.EmailFolderInfo

Return Value

Id of the newly created email folder if successful, -1 in case another folder of same name exists, -2 any other error.

See Also