MapiProperty
Overview
MapiProperty is a class in Aspose.Email for NET.
MapiProperty.MapiProperty creates a new instance with the given property ID, type, value and flags.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PropertyId | ushort | Read | Gets the identifier of the MAPI property |
PropertyType | ushort | Read | Gets the data type code of the MAPI property |
Value | object? | Read/Write | Gets or sets the stored value of the MAPI property |
Flags | uint | Read/Write | Gets the attribute flags associated with the MAPI property |
PropertyTag | uint | Read | Gets the combined tag (ID and type) of the MAPI property |
Methods
| Signature | Description |
|---|---|
MapiProperty(propertyId: ushort, propertyType: ushort, value: object?, flags: uint) | Creates a new instance with the given property ID, type, value and flags |