ToBytes

ToBytes (1 of 4)

Converts value to binary data

Returns: static System::ArrayPtr<uint8_t> Aspose::Email::Mapi::

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

ToBytes (2 of 4)

Converts value to binary data

Returns: static System::ArrayPtr<uint8_t> Aspose::Email::Mapi::

ToBytes(System::SharedPtr < PropertyDescriptor > pd, System::SharedPtr < System::Object > value, System::SharedPtr < System::Globalization::DateTimeFormatInfo > dateTimeFormatInfo)
ParameterDescription
pdThe property descriptor.
valueThe property data.
dateTimeFormatInfoDateTime format provider.

ToBytes (3 of 4)

Converts value to binary data

Returns: System::ArrayPtr<uint8_t> Aspose::Email::Mapi::

ToBytes(System::SharedPtr < System::Object > value)
ParameterDescription
valueThe property data.

ToBytes (4 of 4)

Converts value to binary data

Returns: System::ArrayPtr<uint8_t> Aspose::Email::Mapi::

ToBytes(System::SharedPtr < System::Object > value, System::SharedPtr < System::Globalization::DateTimeFormatInfo > dateTimeFormatInfo)
ParameterDescription
valueThe property data.
dateTimeFormatInfoDateTime format provider.