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

Updates the campaign email opened status

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

Syntax

C#
public void UpdateCampaignEmailOpened(
	int id
)
Visual Basic (Declaration)
Public Sub UpdateCampaignEmailOpened ( _
	id As Integer _
)
Visual C++
public:
void UpdateCampaignEmailOpened(
	int id
)

Parameters

id
Type: System..::.Int32
The unique id of the campaign email

See Also