Click or drag to resize
EventProviderSendInvitation Method (String, IDataContainer, IDataContainer, TimeZoneInfo)
Sends invitation e-mail to new attendee.

Namespace: CMS.EventManager
Assembly: CMS.EventManager (in CMS.EventManager.dll) Version: 9.0.0
Syntax
C#
public static void SendInvitation(
	string siteName,
	IDataContainer eventData,
	IDataContainer attendeeData,
	TimeZoneInfo tzi
)

Parameters

siteName
Type: SystemString
Site name
eventData
Type: CMS.BaseIDataContainer
Event data for text merging
attendeeData
Type: CMS.BaseIDataContainer
Attendee data for text merging
tzi
Type: CMS.GlobalizationTimeZoneInfo
Time zone for shifting datetime values
See Also