MapiPropertyCollection
Contents
[
Hide
]MapiPropertyCollection class
Inherits: Aspose::Email::Mapi::INamedPropertyTagProvider
Represents the collection of MapiProperty items.
Constructors
| Name | Description |
|---|---|
| MapiPropertyCollection | Creates a new instance of class MapiProperty . |
Methods
| Name | Description |
|---|---|
| Add (3 overloads) | Adds a MapiProperty item with specified tag. |
| Clear | Removes all of the elements from the collection. |
| Contains | |
| ContainsKey | Determines whether the collection contains a property with the specified tag. |
| CopyTo | |
| DeepCopyTo | |
| ExtractNamedProperties | Extracts the collection of MapiNamedProperties. |
| get_Count | Gets the number of elements contained in the collection. |
| get_IsReadOnly | Gets a value indicating whether the collection is read only. |
| get_Keys | Gets a System.Collections.Generic.ICollection |
| get_KeysCopy | |
| get_RtfDecompressed | Cache for decompressed rtf |
| get_Values | Gets an System.Collections.Generic.ICollection< MapiProperty > containing the values in the collection. |
| GetEnumerator | |
| GetProperty | Gets MAPI property by property descriptor. |
| GetSize | Gets the total size of property values. |
| idx_get (2 overloads) | Gets the value associated with the specified key. |
| idx_set (2 overloads) | Sets the value associated with the specified key. |
| Remove (3 overloads) | Removes the property with the specified tag from the collection. |
| SetProperty (2 overloads) | Sets the property. |
| TryGetValue | Gets the property associated with the specified tag. |