MapiPropertyCollection Class |
Namespace: Aspose.Email.Mapi
The MapiPropertyCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | MapiPropertyCollection |
Creates a new instance of class MapiProperty.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the collection.
|
![]() | IsReadOnly |
Gets a value indicating whether the collection is read only.
|
![]() | ItemInt64 |
Gets or sets the value associated with the specified key.
|
![]() | ItemPropertyDescriptor |
Gets or sets the value associated with the specified key.
|
![]() | Keys |
Gets a System.Collections.Generic.ICollection<long> containing the keys in the collection.
|
![]() | Values |
Gets an System.Collections.Generic.ICollection<MapiProperty> containing the values in the collection.
|
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairInt64, MapiProperty) | |
![]() | Add(MapiProperty) |
Adds a MapiProperty item with specified tag.
|
![]() | Add(Int64, MapiProperty) |
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 | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperty |
Gets MAPI property by property descriptor.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove(KeyValuePairInt64, MapiProperty) | |
![]() | Remove(Int64) |
Removes the property with the specified tag from the collection.
|
![]() | SetProperty |
Sets MAPI property.
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue |
Gets the property associated with the specified tag.
|