SetProperty

SetProperty (1 of 3)

Sets the attachment.

Returns: void Aspose::Email::Mapi::

SetProperty(System::SharedPtr < MapiAttachment > value, int64_t signed_, int64_t key)
ParameterDescription
valueThe property value.
signedThe value, that indicates that the property is signed.
keyThe property tag.

SetProperty (2 of 3)

Sets the recipient.

Returns: void Aspose::Email::Mapi::

SetProperty(System::SharedPtr < MapiRecipient > value, int64_t signed_, int64_t key)
ParameterDescription
valueThe property value.
signedThe value, that indicates that the property is signed.
keyThe property tag.

SetProperty (3 of 3)

Sets MAPI property.

Returns: void Aspose::Email::Mapi::

SetProperty(System::SharedPtr < PropertyDescriptor > pd, System::SharedPtr < System::Object > value)
ParameterDescription
pdThe property descriptor.
valueThe property data.