Click or drag to resize

iCalGetEventContent Method

Returns the event content

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetEventContent(
	iCalNotificationType type,
	string attendeeList = null
)

Parameters

type
Type: NetQuarry.MailiCalNotificationType
The notification type
attendeeList (Optional)
Type: SystemString
The list of attendees

Return Value

Type: String
The event block as a string
See Also