PidLidPropertyDescriptor.PidLidPropertyDescriptor

PidLidPropertyDescriptor(long, PropertyDataType, Guid)

Initializes a new instance of the PidLidPropertyDescriptor class Properties identified by an unsigned 32-bit quantity along with a property set.

public PidLidPropertyDescriptor(long longId, PropertyDataType type, Guid propertySet)
ParameterTypeDescription
longIdInt64long ID (LID): An unsigned 32-bit quantity that, in combination with a GUID, defines a named property.
typePropertyDataTypeSpecifies the type of values allowed for the property.
propertySetGuidA GUID that identifies a group of properties with a similar purpose.

See Also


PidLidPropertyDescriptor(string, long, PropertyDataType, Guid)

Initializes a new instance of the PidLidPropertyDescriptor class Properties identified by an unsigned 32-bit quantity along with a property set.

public PidLidPropertyDescriptor(string canonicalName, long longId, PropertyDataType type, 
    Guid propertySet)
ParameterTypeDescription
canonicalNameStringThe name used to refer to the property in the documentation.
longIdInt64long ID (LID): An unsigned 32-bit quantity that, in combination with a GUID, defines a named property.
typePropertyDataTypeSpecifies the type of values allowed for the property.
propertySetGuidA GUID that identifies a group of properties with a similar purpose.

See Also


PidLidPropertyDescriptor(string, string, long, PropertyDataType, Guid)

Initializes a new instance of the PidLidPropertyDescriptor class Properties identified by an unsigned 32-bit quantity along with a property set.

public PidLidPropertyDescriptor(string canonicalName, string name, long longId, 
    PropertyDataType type, Guid propertySet)
ParameterTypeDescription
canonicalNameStringThe name used to refer to the property in the documentation.
nameStringThe MAPI name used to refer to the property in the documentation.
longIdInt64long ID (LID): An unsigned 32-bit quantity that, in combination with a GUID, defines a named property.
typePropertyDataTypeSpecifies the type of values allowed for the property.
propertySetGuidA GUID that identifies a group of properties with a similar purpose.

See Also