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
)
Public Function GetContent (
type As iCalNotificationType,
Optional attendeeList As String = Nothing
) As String
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:
StringThe iCalendar text representation.
See Also