MessageObjectPropertiesCollectionTryGetValue Method |
Tries to get value, by specified key.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MessageObjectProperty TryGetValue(
long propertyTag
)
Public Function TryGetValue (
propertyTag As Long
) As MessageObjectProperty
public:
MessageObjectProperty^ TryGetValue(
long long propertyTag
)
member TryGetValue :
propertyTag : int64 -> MessageObjectProperty
Parameters
- propertyTag
- Type: SystemInt64
The property tag.
Return Value
Type:
MessageObjectPropertyMessageObjectProperty object if operation succeeds, otherwise null.
See Also