MapiProperty

MapiProperty

Vue de l’ensemble

‘MapiProperty’ représente une seule entrée de propriété MAPI: une combinaison d’un identifiant de la propriétés 16 bits, un code de type de l’actif 16 bit, une valeur et des drapeaux facultatifs. ‘PopertyTag’ combine le identification de cette propriétaire et entre dans un tag M API 32 bites. Utilisez ‘Télécharger Mapi’ pour obtenir une propriète par ID et type, ou ‘Settings.SetPaperty’.

constructeurs

SignatureDescription
MapiProperty(propertyId: ushort, propertyType: ushort, value: object?, flags: uint)Creates a new MapiProperty with the specified parameters.

Propriétés

NameTypeAccessDescription
PropertyIdushortRead16-bit MAPI property identifier (the high 16 bits of the property tag).
PropertyTypeushortRead16-bit MAPI property type code (the low 16 bits of the property tag).
Valueobject?ReadDecoded property value; type depends on PropertyType (string, int, byte[], DateTime, etc.).
FlagsuintReadProperty flags bitmask; controls multi-value, read-only, and other behavioral attributes.
PropertyTaguintReadCombined 32-bit MAPI property tag: high 16 bits = PropertyId, low 16 bits = PropertyType.

Voir aussi

 Français