MapiNamedProperty.MapiNamedProperty

MapiNamedProperty()

Initializes a new instance of the MapiNamedProperty class.

public MapiNamedProperty()

See Also


MapiNamedProperty(long, string, Guid, byte[])

Initializes a new instance of the MapiNamedProperty class.

public MapiNamedProperty(long propertyTag, string nameIdentifier, Guid propertyGuid, 
    byte[] propertyValue)
ParameterTypeDescription
propertyTagInt64The property tag represented a 32-bit value that contains a property type and a property ID. The low-order 16 bits represent the property type. The high-order 16 bits represent the property ID.
nameIdentifierStringThe name identifier that is used to refer to a named property.
propertyGuidGuidThe property unique identifier.
propertyValueByte[]A property value.

See Also


MapiNamedProperty(long, long, Guid, byte[])

Initializes a new instance of the MapiNamedProperty class.

public MapiNamedProperty(long propertyTag, long nameIdentifier, Guid propertyGuid, 
    byte[] propertyValue)
ParameterTypeDescription
propertyTagInt64The property tag represented a 32-bit value that contains a property type and a property ID. The low-order 16 bits represent the property type. The high-order 16 bits represent the property ID.
nameIdentifierInt64The name identifier that is used to refer to a named property.
propertyGuidGuidThe property unique identifier.
propertyValueByte[]A property value.

See Also


MapiNamedProperty(INamedPropertyTagProvider, PidLidPropertyDescriptor, object)

Initializes a new instance of the MapiNamedProperty class.

public MapiNamedProperty(INamedPropertyTagProvider tagProvider, PidLidPropertyDescriptor pd, 
    object data)
ParameterTypeDescription
tagProviderINamedPropertyTagProviderProperty storage that can provide tag for named property
pdPidLidPropertyDescriptorProperty descriptor
dataObjectA property value.

See Also


MapiNamedProperty(INamedPropertyTagProvider, PidNamePropertyDescriptor, object)

Initializes a new instance of the MapiNamedProperty class.

public MapiNamedProperty(INamedPropertyTagProvider tagProvider, PidNamePropertyDescriptor pd, 
    object data)
ParameterTypeDescription
tagProviderINamedPropertyTagProviderProperty storage that can provide tag for named property
pdPidNamePropertyDescriptorProperty descriptor
dataObjectA property value.

See Also