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

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

Syntax

C#
public int SendEventSystemEmail(
	TemplateNameId stnId,
	int userId,
	int groupId,
	int eventId,
	string eventAttendees,
	string eventResources,
	string toName,
	string toEmail,
	string fromName,
	string fromEmail,
	ArrayList attachments,
	TemplateMailInfo tmi
)
Visual Basic (Declaration)
Public Function SendEventSystemEmail ( _
	stnId As TemplateNameId, _
	userId As Integer, _
	groupId As Integer, _
	eventId As Integer, _
	eventAttendees As String, _
	eventResources As String, _
	toName As String, _
	toEmail As String, _
	fromName As String, _
	fromEmail As String, _
	attachments As ArrayList, _
	tmi As TemplateMailInfo _
) As Integer
Visual C++
public:
int SendEventSystemEmail(
	TemplateNameId stnId, 
	int userId, 
	int groupId, 
	int eventId, 
	String^ eventAttendees, 
	String^ eventResources, 
	String^ toName, 
	String^ toEmail, 
	String^ fromName, 
	String^ fromEmail, 
	ArrayList^ attachments, 
	TemplateMailInfo^ tmi
)

Parameters

stnId
Type: OfficeClip.BusinessLayer.Template..::.TemplateNameId
userId
Type: System..::.Int32
groupId
Type: System..::.Int32
eventId
Type: System..::.Int32
eventAttendees
Type: System..::.String
eventResources
Type: System..::.String
toName
Type: System..::.String
toEmail
Type: System..::.String
fromName
Type: System..::.String
fromEmail
Type: System..::.String
attachments
Type: System.Collections..::.ArrayList
tmi
Type: OfficeClip.BusinessLayer.Template..::.TemplateMailInfo

Return Value

See Also