Click or drag to resize

iCalOrganizerEmail Property

The email of the organizer of the iCalendar item. This is used for the "mailto" part of the "ORGANIZER" portion of the iCalendar which is combined with OrganizerName using CalAddress(String, String) to specify the organizer (ORGANIZER).

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string OrganizerEmail { get; set; }

Property Value

Type: String
See Also