MapiNamedProperty.MapiNamedProperty
Contents
[
Hide
]MapiNamedProperty()
Initializes a new instance of the MapiNamedProperty class.
public MapiNamedProperty()
See Also
- class MapiNamedProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiNamedProperty(long, string, Guid, byte[])
Initializes a new instance of the MapiNamedProperty class.
public MapiNamedProperty(long propertyTag, string nameIdentifier, Guid propertyGuid,
byte[] propertyValue)
| Parameter | Type | Description |
|---|---|---|
| propertyTag | Int64 | The 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. |
| nameIdentifier | String | The name identifier that is used to refer to a named property. |
| propertyGuid | Guid | The property unique identifier. |
| propertyValue | Byte[] | A property value. |
See Also
- class MapiNamedProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiNamedProperty(long, long, Guid, byte[])
Initializes a new instance of the MapiNamedProperty class.
public MapiNamedProperty(long propertyTag, long nameIdentifier, Guid propertyGuid,
byte[] propertyValue)
| Parameter | Type | Description |
|---|---|---|
| propertyTag | Int64 | The 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. |
| nameIdentifier | Int64 | The name identifier that is used to refer to a named property. |
| propertyGuid | Guid | The property unique identifier. |
| propertyValue | Byte[] | A property value. |
See Also
- class MapiNamedProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiNamedProperty(INamedPropertyTagProvider, PidLidPropertyDescriptor, object)
Initializes a new instance of the MapiNamedProperty class.
public MapiNamedProperty(INamedPropertyTagProvider tagProvider, PidLidPropertyDescriptor pd,
object data)
| Parameter | Type | Description |
|---|---|---|
| tagProvider | INamedPropertyTagProvider | Property storage that can provide tag for named property |
| pd | PidLidPropertyDescriptor | Property descriptor |
| data | Object | A property value. |
See Also
- interface INamedPropertyTagProvider
- class PidLidPropertyDescriptor
- class MapiNamedProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email
MapiNamedProperty(INamedPropertyTagProvider, PidNamePropertyDescriptor, object)
Initializes a new instance of the MapiNamedProperty class.
public MapiNamedProperty(INamedPropertyTagProvider tagProvider, PidNamePropertyDescriptor pd,
object data)
| Parameter | Type | Description |
|---|---|---|
| tagProvider | INamedPropertyTagProvider | Property storage that can provide tag for named property |
| pd | PidNamePropertyDescriptor | Property descriptor |
| data | Object | A property value. |
See Also
- interface INamedPropertyTagProvider
- class PidNamePropertyDescriptor
- class MapiNamedProperty
- namespace Aspose.Email.Mapi
- assembly Aspose.Email