[This is preliminary documentation and is subject to change.]
Deletes all the information related to a particular email folder.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: 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.
