MessageObjectPropertiesCollection Class

Represents a keyed collection for MessageObjectProperty objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionMessageObjectProperty
    System.Collections.ObjectModelKeyedCollectionInt64, MessageObjectProperty
      Aspose.Email.Mapi.MsgMessageObjectPropertiesCollection

Namespace:  Aspose.Email.Mapi.Msg
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MessageObjectPropertiesCollection : KeyedCollection<long, MessageObjectProperty>

The MessageObjectPropertiesCollection type exposes the following members.

Constructors
  NameDescription
Public methodMessageObjectPropertiesCollection
Initializes a new instance of the MessageObjectPropertiesCollection class
Properties
  NameDescription
Public propertyComparer (Inherited from KeyedCollectionInt64, MessageObjectProperty.)
Public propertyCount (Inherited from CollectionMessageObjectProperty.)
Public propertyItemTKey (Inherited from KeyedCollectionInt64, MessageObjectProperty.)
Public propertyItemInt32 (Inherited from CollectionMessageObjectProperty.)
Methods
  NameDescription
Public methodAdd (Inherited from CollectionMessageObjectProperty.)
Public methodClear (Inherited from CollectionMessageObjectProperty.)
Public methodContains(TKey) (Inherited from KeyedCollectionInt64, MessageObjectProperty.)
Public methodContains(T) (Inherited from CollectionMessageObjectProperty.)
Public methodCopyTo (Inherited from CollectionMessageObjectProperty.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionMessageObjectProperty.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionMessageObjectProperty.)
Public methodInsert (Inherited from CollectionMessageObjectProperty.)
Public methodRemove(TKey) (Inherited from KeyedCollectionInt64, MessageObjectProperty.)
Public methodRemove(T) (Inherited from CollectionMessageObjectProperty.)
Public methodRemoveAt (Inherited from CollectionMessageObjectProperty.)
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Tries to get value, by specified key.
See Also