[This is preliminary documentation and is subject to change.]
Deletes the tracker email message id
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
protected void DelTrackerEmailMessageIds( int projectId, string messageId ) |
| Visual Basic (Declaration) |
|---|
Protected Sub DelTrackerEmailMessageIds ( _ projectId As Integer, _ messageId As String _ ) |
| Visual C++ |
|---|
protected: void DelTrackerEmailMessageIds( int projectId, String^ messageId ) |
Parameters
- projectId
- Type: System..::.Int32
- messageId
- Type: System..::.String
