mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-11-04 07:40:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			158 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			158 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace AIStudio.Assistants.EMail;
 | 
						|
 | 
						|
public enum WritingStyles
 | 
						|
{
 | 
						|
    NONE = 0,
 | 
						|
    
 | 
						|
    BUSINESS_FORMAL,
 | 
						|
    BUSINESS_INFORMAL,
 | 
						|
    ACADEMIC,
 | 
						|
    PERSONAL,
 | 
						|
} |