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

Updates the campaign email parameters

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

Syntax

C#
public void UpdateCampaignEmailParameters(
	int templateId,
	int emailAccountId,
	string senderName,
	string senderEmail
)
Visual Basic (Declaration)
Public Sub UpdateCampaignEmailParameters ( _
	templateId As Integer, _
	emailAccountId As Integer, _
	senderName As String, _
	senderEmail As String _
)
Visual C++
public:
void UpdateCampaignEmailParameters(
	int templateId, 
	int emailAccountId, 
	String^ senderName, 
	String^ senderEmail
)

Parameters

templateId
Type: System..::.Int32
The unique id of the template
emailAccountId
Type: System..::.Int32
The email account id
senderName
Type: System..::.String
the name of the sender
senderEmail
Type: System..::.String
the email address of the sender

See Also