MapiPropertyCollection.TryGetValue

MapiPropertyCollection.TryGetValue method

Gets the property associated with the specified tag.

public bool TryGetValue(long key, out MapiProperty value)
ParameterTypeDescription
keyInt64The property tag.
valueMapiProperty&

See Also