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

Updates the tracker email message

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected void UpdTrackerEmailLastMessage(
	int projectId,
	string messageId
)
Visual Basic (Declaration)
Protected Sub UpdTrackerEmailLastMessage ( _
	projectId As Integer, _
	messageId As String _
)
Visual C++
protected:
void UpdTrackerEmailLastMessage(
	int projectId, 
	String^ messageId
)

Parameters

projectId
Type: System..::.Int32
messageId
Type: System..::.String

See Also