MapiPropertyCollectionGetProperty Method |
Gets MAPI property by property descriptor.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual MapiProperty GetProperty(
PropertyDescriptor pd
)
Public Overridable Function GetProperty (
pd As PropertyDescriptor
) As MapiProperty
public:
virtual MapiProperty^ GetProperty(
PropertyDescriptor^ pd
)
abstract GetProperty :
pd : PropertyDescriptor -> MapiProperty
override GetProperty :
pd : PropertyDescriptor -> MapiProperty
Parameters
- pd
- Type: Aspose.Email.MapiPropertyDescriptor
Property descriptor for looked property
Return Value
Type:
MapiPropertyMapi property if it is found, otherwise null.
See Also