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)
Syntaxpublic string OrganizerEmail { get; set; }
Public Property OrganizerEmail As String
Get
Set
Property Value
Type:
String
See Also