[This is preliminary documentation and is subject to change.]
Deletes the email preferences for a particular user.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int DeleteEmailPreference( int userId ) |
| Visual Basic (Declaration) |
|---|
Public Function DeleteEmailPreference ( _ userId As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int DeleteEmailPreference( int userId ) |
Parameters
- userId
- Type: System..::.Int32
Id of the user for whom the email preferences.
