MessageObjectPropertiesCollectionTryGetValue Method

Tries to get value, by specified key.

Namespace:  Aspose.Email.Mapi.Msg
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MessageObjectProperty TryGetValue(
	long propertyTag
)

Parameters

propertyTag
Type: SystemInt64
The property tag.

Return Value

Type: MessageObjectProperty
MessageObjectProperty object if operation succeeds, otherwise null.
See Also