IJournalOrganizer Property 
IT Hit WebDAV Classes Reference 
            Gets or sets an organizer of the event.
            
 
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
SyntaxICalAddress Organizer { get; set; }Property Organizer As ICalAddress
	Get
	Set
property ICalAddress^ Organizer {
	ICalAddress^ get ();
	void set (ICalAddress^ value);
}abstract Organizer : ICalAddress with get, set
Property Value
Type: 
ICalAddressICalAddress or 
null if property is not present. Use 
CreatePropertyT to create a new property and assign value. Set value to 
null to remove the property.
Remarkshttp://tools.ietf.org/html/rfc5545#section-3.8.4.3
See Also