MapiPropertyCollection.ContainsKey

MapiPropertyCollection.ContainsKey method

Determines whether the collection contains a property with the specified tag.

public bool ContainsKey(long key)
ParameterTypeDescription
keyInt64The property tag.

Return Value

true if the collection contains a property with the tag; otherwise, false

See Also