|
bool | get_IsOutlookMessage () |
| Indicates whether the object property is an embedded outlook message. More...
|
|
System::SharedPtr< MapiPropertyContainer > | get_Container () const |
|
System::SharedPtr< Aspose::Email::Mapi::OleDocumentFormat > | get_OleDocumentFormat () |
| Gets the Ole format type. More...
|
|
System::String | get_DocumentName () const |
| Gets the document name. More...
|
|
System::SharedPtr< MapiPropertyCollection > | get_Properties () |
| Gets a collection of MAPI properties. More...
|
|
| MapiObjectProperty (System::SharedPtr< MapiMessage > msg) |
|
| MapiObjectProperty (int64_t tag) |
|
System::SharedPtr< MapiMessage > | ToMapiMessage () |
| Creates the MapiMessage from object data. More...
|
|
void | SetOleDocumentFormat (System::SharedPtr< Aspose::Email::Mapi::OleDocumentFormat > format) |
|
void | SetDocumentName (System::String fileName) |
|
System::SharedPtr< MapiPropertyCollection > | GetSubStorages () |
| Gets the sub storages from object properties. More...
|
|
System::SharedPtr< System::IO::MemoryStream > | GetPropertyStreamContent (System::SharedPtr< MapiMessage > msg) |
| Gets the content of the property stream. More...
|
|
System::SharedPtr< Nodes::IMapiNode > | CreateMapiNode (System::String tag) |
|
System::SharedPtr< MapiProperty > | Clone () override |
|
virtual System::String | get_PropertyTagName () |
| Gets the PropertyName. More...
|
|
virtual System::String | get_Name () |
| Gets the name. More...
|
|
virtual int64_t | get_Identifier () |
| Gets the indifier. More...
|
|
virtual int64_t | get_Tag () |
| Gets the tag. More...
|
|
virtual int32_t | get_DataType () |
| Gets the data type. More...
|
|
virtual System::ArrayPtr< uint8_t > | get_Data () |
| Gets the binary data. More...
|
|
virtual void | set_Data (System::ArrayPtr< uint8_t > value) |
| Gets the binary data. More...
|
|
System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< System::Object > > > | get_MVEntries () |
| Gets the MV entries list. More...
|
|
virtual bool | get_IsSigned () |
| Indicates whether the binary data is signed. More...
|
|
virtual void | set_IsSigned (bool value) |
| Indicates whether the binary data is signed. More...
|
|
bool | get_IsNamed () |
| Indicates whether the property is a named property. More...
|
|
System::SharedPtr< PropertyDescriptor > | get_Descriptor () |
| Gets descriptor of MAPI property More...
|
|
| MapiProperty (int64_t tag, System::ArrayPtr< uint8_t > data) |
| Initializes a new instance of the MapiProperty class. More...
|
|
| MapiProperty (int64_t tag) |
| Initializes a new instance of the MapiProperty class. More...
|
|
| MapiProperty (System::SharedPtr< PidTagPropertyDescriptor > pd, System::SharedPtr< System::Object > data) |
| Initializes a new instance of the MapiProperty class. More...
|
|
| MapiProperty (System::SharedPtr< PidLidPropertyDescriptor > pd, System::SharedPtr< System::Object > data) |
| Initializes a new instance of the MapiProperty class. More...
|
|
| MapiProperty (System::SharedPtr< PidTagPropertyDescriptor > pd, System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< System::Object >>> values) |
|
| MapiProperty (int64_t tag, System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< System::Object >>> values) |
| Initializes a new instance of the MapiProperty class. This overload is used to create a multiple valued property, PT_MV_*. More...
|
|
| MapiProperty (int64_t tag, int64_t signedParam, System::ArrayPtr< uint8_t > data) |
| Initializes a new instance of the MapiProperty class. More...
|
|
| MapiProperty (System::String name, int64_t tag, int64_t signedParam, System::ArrayPtr< uint8_t > data) |
| Initializes a new instance of the MapiProperty class. More...
|
|
virtual int64_t | GetLong () |
| Gets the first 8 bytes of the binary data as long. More...
|
|
virtual int32_t | GetInt32 () |
| Gets the first 4 bytes of the binary data as int32. More...
|
|
virtual int16_t | GetShort () |
| Gets the first 2 bytes of the binary data as short. More...
|
|
virtual bool | GetBoolean () |
| Gets the first bytes of the binary data as boolean. More...
|
|
virtual System::DateTime | GetDateTime () |
| Gets the first bytes of the binary data as datetime. More...
|
|
virtual System::String | GetString () |
| Gets the binary data as string. More...
|
|
System::SharedPtr< System::Object > | GetValue () |
| Gets value as object More...
|
|
virtual System::Decimal | GetCurrency () |
| Gets the Currency as string using the specified code page. More...
|
|
virtual System::String | GetString (int32_t codepage) |
| Gets the binary data as string using the specified code page. More...
|
|
virtual System::DateTime | GetFloatingDate () |
| Gets the bytes of the binary data as DateTime. More...
|
|
virtual System::Guid | GetGuid () |
| Gets the bytes of the binary data as Guid. More...
|
|
virtual double | GetDouble () |
| Gets the bytes of the binary data as double. More...
|
|
virtual float | GetFloat () |
| Gets the bytes of the binary data as float. More...
|
|
int32_t | GetSizeByType () |
|
void | SetData (System::ArrayPtr< uint8_t > data) |
| Sets the data. More...
|
|
void | SetValue (System::SharedPtr< System::Object > value) |
| Sets the value. More...
|
|
void | SetValue (System::SharedPtr< System::Object > value, System::SharedPtr< System::Globalization::DateTimeFormatInfo > dateTimeFormatInfo) |
| Sets the value. More...
|
|
void | SetDataLong (int64_t byteCount) |
| Sets the data long. More...
|
|
void | SetTag (int64_t tag) |
| Sets the tag. More...
|
|
void | SetDataLong (int64_t byteCount, int64_t delimiter) |
| Sets the data long. More...
|
|
void | SetDataFileTime (System::DateTime t) |
| Sets the data file time. More...
|
|
void | SetDataWithoutCopy (System::ArrayPtr< uint8_t > data) |
| Sets the data without copy. More...
|
|
void | SetName (System::String name) |
| Sets the name. More...
|
|
bool | IsComplex () |
|
void | AddMVEntries (System::SharedPtr< System::Collections::Generic::IList< System::SharedPtr< System::Object >>> entries) |
| Add entries to MVEntries More...
|
|
System::String | ToString () const override |
| Returns a T:System::String that represents the current T:System::Object. More...
|
|