[This is preliminary documentation and is subject to change.]
            Updates the campaign email text
            
    Namespace: 
   OfficeClip.DBLayer.TemplateAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public void UpdateCampaignEmailSentText( int id, string emailText )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub UpdateCampaignEmailSentText ( _ id As Integer, _ emailText As String _ )  | 
| Visual C++ | 
|---|
public: void UpdateCampaignEmailSentText( int id, String^ emailText )  | 
Parameters
- id
 - Type: System..::.Int32
The unique id of the campaign email 
- emailText
 - Type: System..::.String
The email text 
