iCalOrganizerName Property |
The name of the organizer of the iCalendar item. This is used for the "CN" part of the "ORGANIZER" portion of the iCalendar
which is combined with
OrganizerEmail 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 OrganizerName { get; set; }
Public Property OrganizerName As String
Get
Set
Property Value
Type:
StringSee Also