MapiProperty
Overview
MapiProperty is a class in Aspose.Email FOSS for .NET.
MapiProperty.MapiProperty constructs a property with given id, type, value, and flags.
Description
MapiProperty is a class in the Aspose.Email FOSS library for .NET that exposes 0 methods and 5 properties for programmatic use.
The class also provides the PropertyId property (gets the numeric identifier of the mapi property), the PropertyType property (gets the mapi data type code of the property), the PropertyTag property (gets the combined tag (id and type) of the property).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PropertyId | ushort | Read | Gets the numeric identifier of the MAPI property |
PropertyType | ushort | Read | Gets the MAPI data type code of the property |
Value | object? | Read/Write | Gets or sets the stored value of the property |
Flags | uint | Read/Write | Gets the attribute flags associated with the property |
PropertyTag | uint | Read | Gets the combined tag (id and type) of the property |
Methods
| Signature | Description |
|---|---|
MapiProperty(propertyId: ushort, propertyType: ushort, value: object?, flags: uint) | Constructs a property with given id, type, value, and flags |