MapiProperty

MapiProperty (1 of 9)

Initializes a new instance of the MapiProperty class.

Returns: Aspose::Email::Mapi::

MapiProperty(int64_t tag, System::ArrayPtr< uint8_t > data)
ParameterDescription
tagThe tag key of the property.
dataThe binary data of the property.

MapiProperty (2 of 9)

Initializes a new instance of the MapiProperty class.

Returns: Aspose::Email::Mapi::

MapiProperty(int64_t tag)
ParameterDescription
tagThe tag key of the property.

MapiProperty (3 of 9)

Initializes a new instance of the MapiProperty class.

Returns: Aspose::Email::Mapi::

MapiProperty(System::SharedPtr < PidTagPropertyDescriptor > pd, System::SharedPtr < System::Object > data)
ParameterDescription
pdProperty descriptor
dataThe data of the property.

MapiProperty (4 of 9)

Initializes a new instance of the MapiProperty class.

Returns: Aspose::Email::Mapi::

MapiProperty(System::SharedPtr < PidLidPropertyDescriptor > pd, System::SharedPtr < System::Object > data)
ParameterDescription
pdProperty descriptor
dataThe data of the property.

MapiProperty (5 of 9)

Returns: Aspose::Email::Mapi::

MapiProperty(System::SharedPtr < PidTagPropertyDescriptor > pd, System::SharedPtr < System::Collections::Generic::IList< System::SharedPtr < System::Object >>> values)
ParameterDescription
pd
values

MapiProperty (6 of 9)

Initializes a new instance of the MapiProperty class. This overload is used to create a multiple valued property, PT_MV_*.

Returns: Aspose::Email::Mapi::

MapiProperty(int64_t tag, System::SharedPtr < System::Collections::Generic::IList< System::SharedPtr < System::Object >>> values)
ParameterDescription
tagThe property tag.
valuesThe values.

MapiProperty (7 of 9)

Initializes a new instance of the MapiProperty class.

Returns: Aspose::Email::Mapi::

MapiProperty(int64_t tag, int64_t signedParam, System::ArrayPtr< uint8_t > data)
ParameterDescription
tagThe property tag.
signedParamThe signed.
dataThe property data.

MapiProperty (8 of 9)

Initializes a new instance of the MapiProperty class.

Returns: Aspose::Email::Mapi::

MapiProperty(System::String name, int64_t tag, int64_t signedParam, System::ArrayPtr< uint8_t > data)
ParameterDescription
nameThe name.
tagThe tag key of the property.
signedParamIndicates the data is signed or not.
dataThe binary data of the property.

MapiProperty (9 of 9)

Initializes a new instance of the MapiProperty class.

Returns: Aspose::Email::Mapi::

MapiProperty()