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

Constructor

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

Syntax

C#
public TrackerEmailInfo(
	int projectId,
	string popServer,
	string popLogin,
	string popPassword,
	int statusId,
	int criticalityId,
	int categoryId,
	int kindId,
	int assignedTo,
	bool leaveMessage,
	int syncInterval,
	int lastModifiedUserId,
	DateTime lastModifiedDateTime,
	string inserverSecurity,
	int inserverPort
)
Visual Basic (Declaration)
Public Sub New ( _
	projectId As Integer, _
	popServer As String, _
	popLogin As String, _
	popPassword As String, _
	statusId As Integer, _
	criticalityId As Integer, _
	categoryId As Integer, _
	kindId As Integer, _
	assignedTo As Integer, _
	leaveMessage As Boolean, _
	syncInterval As Integer, _
	lastModifiedUserId As Integer, _
	lastModifiedDateTime As DateTime, _
	inserverSecurity As String, _
	inserverPort As Integer _
)
Visual C++
public:
TrackerEmailInfo(
	int projectId, 
	String^ popServer, 
	String^ popLogin, 
	String^ popPassword, 
	int statusId, 
	int criticalityId, 
	int categoryId, 
	int kindId, 
	int assignedTo, 
	bool leaveMessage, 
	int syncInterval, 
	int lastModifiedUserId, 
	DateTime lastModifiedDateTime, 
	String^ inserverSecurity, 
	int inserverPort
)

Parameters

projectId
Type: System..::.Int32
popServer
Type: System..::.String
popLogin
Type: System..::.String
popPassword
Type: System..::.String
statusId
Type: System..::.Int32
criticalityId
Type: System..::.Int32
categoryId
Type: System..::.Int32
kindId
Type: System..::.Int32
assignedTo
Type: System..::.Int32
leaveMessage
Type: System..::.Boolean
syncInterval
Type: System..::.Int32
lastModifiedUserId
Type: System..::.Int32
lastModifiedDateTime
Type: System..::.DateTime
inserverSecurity
Type: System..::.String
inserverPort
Type: System..::.Int32

See Also