Mapi |
[DataContractAttribute] public class MapiNamedPropertyRequest : IMapiPropertyRequest
The MapiNamedPropertyRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| MapiNamedPropertyRequest | Constructor. | |
| MapiNamedPropertyRequest(Guid, String) | Defines a request for a string named property that is defined in a MAPI named property set uniquely identified by the Guid argument. | |
| MapiNamedPropertyRequest(Guid, UInt32, String) | Defines a request for a numerial named property that is defined in a MAPI named property set uniquely identified by the Guid argument. |
| Name | Description | |
|---|---|---|
| CanonicalName | The canonical string name, in combination with PropertySetGuid, defines a string named property. This property is only defined if IsString is true. | |
| IsString | Gets whether this property is string named property (value stored in property CanonicalName). If false, it is a numerical named property whose value is stored in propery LID. | |
| LID | A 32-bit quantity that, in combination with a PropertySetGuid, defines a numerical named property. This property is only defined if IsString is false. | |
| PropertySetGuid | Guid which identifies the property set that this named property belongs to. | |
| 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) |