Click or drag to resize

ICalAddress Interface

IT Hit WebDAV Classes Reference
Represents user address, typically e-mail in the URI format.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface ICalAddress : IProperty, 
	ITextProperty, ICommonNameParam, IDirectoryEntryReferenceParam, ISentByParam, ILanguage, 
	IUriProperty

The ICalAddress 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 IProperty.)
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 propertyRawProperty
Provides low-level access to business card or calendar property.
(Inherited from IProperty.)
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.)
Top
Methods
  NameDescription
Public methodRemove
Deletes property from calendar or business card.
(Inherited from IProperty.)
Top
See Also