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

The email tracker information

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

Syntax

C#
public TrackerEmailInfo[] GetInfo(
	int projectId,
	bool isAuto
)
Visual Basic (Declaration)
Public Function GetInfo ( _
	projectId As Integer, _
	isAuto As Boolean _
) As TrackerEmailInfo()
Visual C++
public:
array<TrackerEmailInfo^>^ GetInfo(
	int projectId, 
	bool isAuto
)

Parameters

projectId
Type: System..::.Int32
isAuto
Type: System..::.Boolean

Return Value

See Also