Table of Contents

Class ExtendedProperty

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an extended property.

public sealed class ExtendedProperty : ComplexProperty
Inheritance
ExtendedProperty
Inherited Members

Properties

PropertyDefinition

Gets the definition of the extended property.

public ExtendedPropertyDefinition PropertyDefinition { get; }

Property Value

ExtendedPropertyDefinition

Value

Gets or sets the value of the extended property.

public object Value { get; set; }

Property Value

object

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Exceptions

NullReferenceException

The obj parameter is null.

GetHashCode()

Serves as a hash function for a particular type.

public override int GetHashCode()

Returns

int

A hash code for the current object.