EMCampaign Constructor (EMDocument)
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Initializes a new instance of the 
EMCampaign class
 Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMCampaign(
	EMDocument document
)
Public Sub New ( 
	document As EMDocument
)
public:
EMCampaign(
	EMDocument^ document
)
new : 
        document : EMDocument -> EMCampaignDMLibrary.EMCampaign = function(document);
Parameters
- document
 - Type: DMLibraryEMDocument
 
See Also