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

NameTypeAccessDescription
PropertyIdushortReadGets the numeric identifier of the MAPI property
PropertyTypeushortReadGets the MAPI data type code of the property
Valueobject?Read/WriteGets or sets the stored value of the property
FlagsuintRead/WriteGets the attribute flags associated with the property
PropertyTaguintReadGets the combined tag (id and type) of the property

Methods

SignatureDescription
MapiProperty(propertyId: ushort, propertyType: ushort, value: object?, flags: uint)Constructs a property with given id, type, value, and flags

See Also