Click or drag to resize

IAttendee Interface

IT Hit WebDAV Classes Reference
Represents a iCalendar "ATTENDEE" property.

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public interface IAttendee : ICalAddress, 
	IUriProperty, ITextProperty, ISentByParam, ICommonNameParam, IDirectoryEntryReferenceParam, 
	ILanguage, IDavProperty, IUserTypeParam, IMemberParam, IParticipationRoleParam, 
	IParticipationStatusParam, IRsvpParam, IDelegatorsParam, IDelegateesParam

The IAttendee type exposes the following members.

Properties
  NameDescription
Public propertyCommonName
Gets or sets the common name to be associated with the calendar user specified by the property. Provides access to "CN" parameter.
(Inherited from ICommonNameParam.)
Public propertyContainer
Parent component for this instance.
(Inherited from IDavProperty.)
Public propertyDelegatdTo
Gets or sets list of delegatees to whom the calendar user specified by the property has delegated participation. Provides access to "DELEGATED-TO" parameter.
(Inherited from IDelegateesParam.)
Public propertyDelegatedFrom
Gets or sets list of delegators that have delegated their participation to the calendar user specified by the property. Provides access to "DELEGATED-FROM" parameter.
(Inherited from IDelegatorsParam.)
Public propertyDir
Gets or sets reference to a directory entry associated with the calendar user specified by the property. Provides access to "DIR" parameter.
(Inherited from IDirectoryEntryReferenceParam.)
Public propertyLanguage
Gets or sets language.
(Inherited from ILanguage.)
Public propertyMembers (Inherited from IMemberParam.)
Public propertyParticipationRole
Specшашуі the participation role.
(Inherited from IParticipationRoleParam.)
Public propertyParticipationStatus
Gets or sets participation status. Use the ParticipationStatusEventType, ParticipationStatusToDoType or ParticipationStatusJournalType to set the status or check the status value depending on the component type.
(Inherited from IParticipationStatusParam.)
Public propertyRawProperty
Provides low-level access to business card or calendar property.
(Inherited from IDavProperty.)
Public propertyRsvp
Gets or sets whether there is an expectation of a favor of a reply from the calendar user specified by the property value. Provides access to "RSVP" parameter.
(Inherited from IRsvpParam.)
Public propertySentBy
Gets or sets the calendar user that is acting on behalf of the calendar user specified by the property. Provides access to "SENTBY" parameter.
(Inherited from ISentByParam.)
Public propertyText
Gets or sets decoded property value as text.
(Inherited from ITextProperty.)
Public propertyUri
Gets or sets a uniform resource locator.
(Inherited from IUriProperty.)
Public propertyUserType
Gets or sets type of calendar user. Provides access to "CUTYPE" parameter.
(Inherited from IUserTypeParam.)
Top
Methods
  NameDescription
Public methodInit
Called by the library when new property is created to set the default property value. Used for internal purposes only in CreateItem call. Do not call this method deirectly.
(Inherited from IDavProperty.)
Public methodRemove
Deletes property from calendar or business card.
(Inherited from IDavProperty.)
Public methodSerialize
Returns a string that represents this property in serialized form.
(Inherited from IDavProperty.)
Top
Remarks
http://tools.ietf.org/html/rfc5545#section-3.8.4.1
See Also