Mapi |
The MapiNamedPropertyRequest type exposes the following members.
| 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. |