Mapi |
[DataContractAttribute] public class MapiPropertyRequest : IMapiPropertyRequest
The MapiPropertyRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| MapiPropertyRequest | Constructor. | |
| MapiPropertyRequest(String, UInt16) | Requests a MAPI property defined by a 'propertyID' and stores it, if it exists in the document, in Metadata dictionary as an entry with 'canonicalName' key. |
| Name | Description | |
|---|---|---|
| CanonicalName | Canonical name of the MAPI property that will also be the Metadata entry dictionary key. This name should be the canonical name of the property as defined in "Exchange Server Protocols Master Property List" [MS-OXPROPS] specification. | |
| PropertyID | The MAPI property ID for the property as defined in the "Exchange Server Protocols Master Property List" [MS-OXPROPS] specification. | |
| RequestType | MAPI property request type. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |