MapiProperty

General

MapiProperty és una classe en Aspose.Email per NET.

MapiProperty.MapiProperty crea una nova instància amb l’ID de propietat donada, tipus, valor i banderes.

Propietats

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

Mètodes

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