Click or drag to resize

MapiNamedPropertyRequest Properties

The MapiNamedPropertyRequest type exposes the following members.

Properties
 NameDescription
Public propertyCanonicalName The canonical string name, in combination with PropertySetGuid, defines a string named property. This property is only defined if IsString is true.
Public propertyIsString 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.
Public propertyLID A 32-bit quantity that, in combination with a PropertySetGuid, defines a numerical named property. This property is only defined if IsString is false.
Public propertyPropertySetGuid Guid which identifies the property set that this named property belongs to.
Public propertyRequestType MAPI property request type.
Top
See Also