|
| System::ArrayPtr< uint8_t > | get_RtfDecompressed () |
| | Cache for decompressed rtf More...
|
| |
| System::SharedPtr< System::Collections::Generic::ICollection< int64_t > > | get_Keys () const override |
| | Gets a System.Collections.Generic.ICollection<long> containing the keys in the collection. More...
|
| |
| System::ArrayPtr< int64_t > | get_KeysCopy () |
| |
| System::SharedPtr< System::Collections::Generic::ICollection< System::SharedPtr< MapiProperty > > > | get_Values () const override |
| | Gets an System.Collections.Generic.ICollection<MapiProperty> containing the values in the collection. More...
|
| |
| int32_t | get_Count () const override |
| | Gets the number of elements contained in the collection. More...
|
| |
| bool | get_IsReadOnly () const override |
| | Gets a value indicating whether the collection is read only. More...
|
| |
| | MapiPropertyCollection () |
| | Creates a new instance of class MapiProperty. More...
|
| |
| System::SharedPtr< MapiProperty > | idx_get (const int64_t &tag) const override |
| | Gets the value associated with the specified key. More...
|
| |
| void | idx_set (const int64_t &tag, System::SharedPtr< MapiProperty > value) override |
| | Sets the value associated with the specified key. More...
|
| |
| System::SharedPtr< MapiProperty > | idx_get (const System::SharedPtr< PropertyDescriptor > &pd) const |
| | Gets the value associated with the specified key. More...
|
| |
| void | idx_set (const System::SharedPtr< PropertyDescriptor > &pd, System::SharedPtr< MapiProperty > value) |
| | Sets the value associated with the specified key. More...
|
| |
| virtual System::SharedPtr< MapiProperty > | GetProperty (System::SharedPtr< PropertyDescriptor > pd) |
| | Gets MAPI property by property descriptor. More...
|
| |
| virtual void | SetProperty (System::SharedPtr< PropertyDescriptor > pd, System::SharedPtr< System::Object > value) |
| | Sets MAPI property. More...
|
| |
| virtual void | SetProperty (System::SharedPtr< MapiProperty > property) |
| | Sets the property. More...
|
| |
| void | Add (const int64_t &key, const System::SharedPtr< MapiProperty > &value) override |
| | Adds a MapiProperty item with specified tag. More...
|
| |
| virtual void | Add (const System::SharedPtr< MapiProperty > &value) |
| | Adds a MapiProperty item with specified tag. More...
|
| |
| int32_t | GetSize () |
| | Gets the total size of property values. More...
|
| |
| System::SharedPtr< MapiPropertyCollection > | ExtractNamedProperties (System::SharedPtr< MapiNamedPropertyMappingStorage > mappingStorage) |
| | Extracts the collection of MapiNamedProperties. More...
|
| |
| bool | ContainsKey (const int64_t &key) const override |
| | Determines whether the collection contains a property with the specified tag. More...
|
| |
| bool | Remove (const int64_t &key) override |
| | Removes the property with the specified tag from the collection. More...
|
| |
| bool | Remove (const System::SharedPtr< PropertyDescriptor > &pd) |
| | Removes the property with the specified property descriptor from the collection. More...
|
| |
| bool | TryGetValue (const int64_t &key, System::SharedPtr< MapiProperty > &value) const override |
| | Gets the property associated with the specified tag. More...
|
| |
| void | Add (const System::Collections::Generic::KeyValuePair< int64_t, System::SharedPtr< MapiProperty >> &item) override |
| |
| void | Clear () override |
| | Removes all of the elements from the collection. More...
|
| |
| bool | Contains (const System::Collections::Generic::KeyValuePair< int64_t, System::SharedPtr< MapiProperty >> &item) const override |
| |
| void | CopyTo (System::ArrayPtr< System::Collections::Generic::KeyValuePair< int64_t, System::SharedPtr< MapiProperty >>> array, int32_t arrayIndex) override |
| |
| bool | Remove (const System::Collections::Generic::KeyValuePair< int64_t, System::SharedPtr< MapiProperty >> &item) override |
| |
| System::SharedPtr< System::Collections::Generic::IEnumerator< System::Collections::Generic::KeyValuePair< int64_t, System::SharedPtr< MapiProperty > > > > | GetEnumerator () override |
| |
| void | DeepCopyTo (System::SharedPtr< MapiPropertyCollection > dest) |
| |
Represents the collection of MapiProperty items.