Update a stamp
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub UpdateStamp( _
ByVal stamp As EmailStamp, _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void UpdateStamp(
EmailStamp stamp,
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void UpdateStamp(
EmailStamp^ stamp,
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- stamp
 - 
		Type: EmailStamp 
		
the stamp to update
 
- user_id
 - 
		Type: EntityID 
		
the id of the user performing the operation
 
- db
 - 
		Type: IDatabase 
		
the db db to use