[This is preliminary documentation and is subject to change.]

Sends the Email to all members of the Current group

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public static void SendEMailToGroup(
	string emailAddress,
	string templateFile,
	Hashtable values,
	int currentGroupId
)
Visual Basic (Declaration)
Public Shared Sub SendEMailToGroup ( _
	emailAddress As String, _
	templateFile As String, _
	values As Hashtable, _
	currentGroupId As Integer _
)
Visual C++
public:
static void SendEMailToGroup(
	String^ emailAddress, 
	String^ templateFile, 
	Hashtable^ values, 
	int currentGroupId
)

Parameters

emailAddress
Type: System..::.String
The email Address of the user who sends the email.
templateFile
Type: System..::.String
The email template file name
values
Type: System.Collections..::.Hashtable
The hash table values of template variables
currentGroupId
Type: System..::.Int32
Id of the current group

See Also