ParameterId enumeration

The ParameterId enumeration contains values that identify parameters.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Enumeration ParameterId
'Usage
Dim instance As ParameterId
public enum ParameterId

Members

Member name Description
Unknown Indicates an xparam (non-standard unregistered) parameter.
AlternateRepresentation Indicates an altrepparam (alternate text representation)) parameter.
CommonName Indicates a cnparam (common name) parameter.
CalendarUserType Indicates a cutypeparam (calendar user type)) parameter.
Delegator Indicates a delfromparam (delegator) parameter.
Delegatee Indicates a deltoparam (delegatee) parameter.
Directory Indicates a dirparam (directory entry) parameter.
Encoding Indicates an encodingparam (inline encoding) parameter.
FormatType Indicates an fmttypeparam (format type) parameter.
FreeBusyType Indicates an fbtypeparam (free/busy time type) parameter.
Language Indicates a languageparam (language for text) parameter.
Membership Indicates a memberparam (group or list membership) parameter.
ParticipationStatus Indicates a partstatparam (participation status) parameter.
RecurrenceRange Indicates a rangeparam (recurrence identifier range) parameter.
TriggerRelationship Indicates a trigrelparam (alarm trigger relationship) parameter.
RelationshipType Indicates a reltypeparam (relationship type) parameter.
ParticipationRole Indicates a roleparam (participation role) parameter.
RsvpExpectation Indicates a rsvpparam (RSVP expectation) parameter.
SentBy Indicates a sentbyparam (sent by) parameter.
TimeZoneId Indicates a tzidparam (reference to time zone object) parameter.
ValueType Indicates a valuetypeparam (property value data type) parameter.

See also

Reference

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace