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

inserts the tracker email message ids

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

Syntax

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

Parameters

msgIdArr
Type: System.Collections..::.ArrayList
projectId
Type: System..::.Int32
messageId
Type: System..::.String

See Also