Namespace:
NetQuarry.Mail
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Attachment[] AsAttachments(
iCalNotificationType type,
string attendeeList = null
)
Public Function AsAttachments (
type As iCalNotificationType,
Optional attendeeList As String = Nothing
) As Attachment()
Parameters
- type
- Type: NetQuarry.MailiCalNotificationType
The iCalendar notification type. - attendeeList (Optional)
- Type: SystemString
The optional list of attendees (a semi-colon-separated list of email addresses).
Return Value
Type:
AttachmentThe iCalendar as an email attachment in a single-item array of attachments..
See Also