MapiPropertyCollection

MapiPropertyCollection class

Inherits: Aspose::Email::Mapi::INamedPropertyTagProvider

Represents the collection of MapiProperty items.

Constructors

NameDescription
MapiPropertyCollectionCreates a new instance of class MapiProperty .

Methods

NameDescription
Add (3 overloads)Adds a MapiProperty item with specified tag.
ClearRemoves all of the elements from the collection.
Contains
ContainsKeyDetermines whether the collection contains a property with the specified tag.
CopyTo
DeepCopyTo
ExtractNamedPropertiesExtracts the collection of MapiNamedProperties.
get_CountGets the number of elements contained in the collection.
get_IsReadOnlyGets a value indicating whether the collection is read only.
get_KeysGets a System.Collections.Generic.ICollection containing the keys in the collection.
get_KeysCopy
get_RtfDecompressedCache for decompressed rtf
get_ValuesGets an System.Collections.Generic.ICollection< MapiProperty > containing the values in the collection.
GetEnumerator
GetPropertyGets MAPI property by property descriptor.
GetSizeGets 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.
TryGetValueGets the property associated with the specified tag.