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

Sets the sent status of the campaign

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

Syntax

C#
protected int SetCampaignEmailSentStatus(
	int templateId,
	int objectId,
	string userName
)
Visual Basic (Declaration)
Protected Function SetCampaignEmailSentStatus ( _
	templateId As Integer, _
	objectId As Integer, _
	userName As String _
) As Integer
Visual C++
protected:
int SetCampaignEmailSentStatus(
	int templateId, 
	int objectId, 
	String^ userName
)

Parameters

templateId
Type: System..::.Int32
objectId
Type: System..::.Int32
userName
Type: System..::.String

Return Value

See Also