PropertyDescriptor Class |
Namespace: Aspose.Email.Mapi
The PropertyDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
| CanonicalName |
The name used to refer to the property in the documentation.
The prefix of the canonical name identifies the basic characteristics of a property to the implementer.
The canonical naming structure uses three categories that are denoted by the following prefixes to the canonical property name:
* PidLid prefix: Properties identified by an unsigned 32-bit quantity along with a property set.
* PidName prefix: Properties identified by a string name along with a property set.
* PidTag prefix: Properties identified by an unsigned 16-bit quantity.
| |
| DataType |
The property value type, as described in [MS-OXCDATA], that specifies the type of values allowed for the property.
| |
| MultipleValuesDataType |
Indicates if data type contains of multiple values
| |
| Name |
Gets string that, identifies a property.
| |
| Use8BitStringAsUnicode |
Specifies if PropertyDataType.String8 has to be interpreted as PropertyDataType.String
|
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| Equals(PropertyDescriptor) |
Indicates whether the current object is equal to another object of the same type.
| |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetInstance(Int64) |
Retrieves PidTagPropertyDescriptor object
| |
| GetInstance(MapiProperty) |
Retrieves PropertyDescriptor object from MAPI property
| |
| GetInstance(Int32, PropertyDataType) |
Retrieves PidTagPropertyDescriptor object
| |
| GetInstance(Int64, PropertyDataType, Guid) |
Retrieves PidLidPropertyDescriptor object
| |
| GetInstance(String, PropertyDataType, Guid) |
Retrieves PidNamePropertyDescriptor object
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Initializes a new instance of the PropertyDescriptor class
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Equality |
Determines whether the specified objects are equal to each another.
| |
| Inequality |
Determines whether the specified objects are not equal to each another.
|