Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Public Sub New( _
ByVal cat As EmailTemplateCategory, _
ByVal name As String, _
ByVal subject As String, _
ByVal data As String _
)
This language is not supported or no code example is available.
public EmailTemplate(
EmailTemplateCategory cat,
string name,
string subject,
string data
)
This language is not supported or no code example is available.
public:
EmailTemplate(
EmailTemplateCategory cat,
String^ name,
String^ subject,
String^ data
)
This language is not supported or no code example is available.
Parameters
- cat
 - 
		Type: EmailTemplateCategory 
		
 
- name
 - 
		Type: string 
		
 
- subject
 - 
		Type: string 
		
 
- data
 - 
		Type: string