Click or drag to resize

iCalGetContent Method

Gets the iCalendar content string. Normally this is included as the content for a textfile attachment, with a .ics extension, to an email

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

Parameters

type
Type: NetQuarry.MailiCalNotificationType
The notification type.
attendeeList (Optional)
Type: SystemString
The optional list of attendees (a semi-colon-separated list of email addresses).

Return Value

Type: String
The iCalendar text representation.
See Also