ExtendedPropertyDefinition - класс

Represents the definition of an extended property.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public sealed class ExtendedPropertyDefinition : PropertyDefinitionBase
Inheritance
Object    PropertyDefinitionBase    ExtendedPropertyDefinition

Конструкторы

ExtendedPropertyDefinition(Int32, MapiPropertyType) Initializes a new instance of the ExtendedPropertyDefinition class.
ExtendedPropertyDefinition(DefaultExtendedPropertySet, Int32, MapiPropertyType) Initializes a new instance of ExtendedPropertyDefinition.
ExtendedPropertyDefinition(DefaultExtendedPropertySet, String, MapiPropertyType) Initializes a new instance of the ExtendedPropertyDefinition class.
ExtendedPropertyDefinition(Guid, Int32, MapiPropertyType) Initializes a new instance of the ExtendedPropertyDefinition class.
ExtendedPropertyDefinition(Guid, String, MapiPropertyType) Initializes a new instance of the ExtendedPropertyDefinition class.

Свойства

Id Gets the Id of the extended property.
MapiType Gets the MAPI type of the extended property.
Name Gets the name of the extended property.
PropertySet Gets the property set of the extended property.
PropertySetId Gets the property set Id or the extended property.
Tag Gets the extended property's tag.
Type Gets the property type.
(Переопределяет PropertyDefinitionBaseType)
Version Gets the minimum Exchange version that supports this extended property.
(Переопределяет PropertyDefinitionBaseVersion)

Методы

Equals Determines whether a given extended property definition is equal to this extended property definition.
(Переопределяет ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCode Serves as a hash function for a particular type.
(Переопределяет ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToString Returns a String that represents the current Object.
(Унаследован от PropertyDefinitionBase)

Операторы

Equality(ExtendedPropertyDefinition, ExtendedPropertyDefinition) Determines whether two specified instances of ExtendedPropertyDefinition are equal.
Inequality(ExtendedPropertyDefinition, ExtendedPropertyDefinition) Determines whether two specified instances of ExtendedPropertyDefinition are not equal.

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также