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

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

Methods

SignatureDescription
MapiProperty(propertyId: ushort, propertyType: ushort, value: object?, flags: uint)Creates a new instance with the given property ID, type, value and flags