[This is preliminary documentation and is subject to change.]
Deletes a particular email idenfied by emailId in the database and the filesystem.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int DeleteEmailInfo( int emailId ) |
Visual Basic (Declaration) |
---|
Public Function DeleteEmailInfo ( _ emailId As Integer _ ) As Integer |
Visual C++ |
---|
public: int DeleteEmailInfo( int emailId ) |
Parameters
- emailId
- Type: System..::.Int32
Id of the email which needs to be deleted.