Get an email template by name
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetEmailTemplate( _
ByVal name As String, _
ByVal db As IDatabase, _
ByVal return_stock_if_not_found As Boolean _
) As BaseParseableEmailTemplate
This language is not supported or no code example is available.
public static BaseParseableEmailTemplate GetEmailTemplate(
string name,
IDatabase db,
bool return_stock_if_not_found
)
This language is not supported or no code example is available.
public:
static BaseParseableEmailTemplate^ GetEmailTemplate(
String^ name,
IDatabase^ db,
bool return_stock_if_not_found
)
This language is not supported or no code example is available.
Parameters
- name
 - 
		Type: string 
		
<default>
 
- db
 - 
		Type: IDatabase 
		
<default>
 
- return_stock_if_not_found
 - 
		Type: bool