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

Sets the extranet calendar request event email

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

Syntax

C#
public int SendExtranetCalendarRequestEventEmail(
	TemplateNameId stnId,
	int userId,
	int groupId,
	string eventName,
	string eventDescription,
	string eventStartDateTime,
	string eventDuration,
	string toName,
	string toEmail,
	string fromName,
	string fromEmail
)
Visual Basic (Declaration)
Public Function SendExtranetCalendarRequestEventEmail ( _
	stnId As TemplateNameId, _
	userId As Integer, _
	groupId As Integer, _
	eventName As String, _
	eventDescription As String, _
	eventStartDateTime As String, _
	eventDuration As String, _
	toName As String, _
	toEmail As String, _
	fromName As String, _
	fromEmail As String _
) As Integer
Visual C++
public:
int SendExtranetCalendarRequestEventEmail(
	TemplateNameId stnId, 
	int userId, 
	int groupId, 
	String^ eventName, 
	String^ eventDescription, 
	String^ eventStartDateTime, 
	String^ eventDuration, 
	String^ toName, 
	String^ toEmail, 
	String^ fromName, 
	String^ fromEmail
)

Parameters

stnId
Type: OfficeClip.BusinessLayer.Template..::.TemplateNameId
userId
Type: System..::.Int32
groupId
Type: System..::.Int32
eventName
Type: System..::.String
eventDescription
Type: System..::.String
eventStartDateTime
Type: System..::.String
eventDuration
Type: System..::.String
toName
Type: System..::.String
toEmail
Type: System..::.String
fromName
Type: System..::.String
fromEmail
Type: System..::.String

Return Value

See Also