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
)
Public Function GetEventContent (
type As iCalNotificationType,
Optional attendeeList As String = Nothing
) As String
Parameters
- type
- Type: NetQuarry.MailiCalNotificationType
The notification type - attendeeList (Optional)
- Type: SystemString
The list of attendees
Return Value
Type:
StringThe event block as a string
See Also