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
| Name | Type | Access | Description |
|---|---|---|---|
PropertyId | ushort | Read | Gets the identifier of the MAPI property |
PropertyType | ushort | Read | Gets the data type code of the MAPI property |
Value | object? | Read/Write | Gets or sets the stored value of the MAPI property |
Flags | uint | Read/Write | Gets the attribute flags associated with the MAPI property |
PropertyTag | uint | Read | Gets the combined tag (ID and type) of the MAPI property |
Mètodes
| Signature | Description |
|---|---|
MapiProperty(propertyId: ushort, propertyType: ushort, value: object?, flags: uint) | Creates a new instance with the given property ID, type, value and flags |