KnownPropertyListFind Method (String, Guid) |
Finds
PidNamePropertyDescriptor property in list according to required parameters
This is simplified search operation without data type comparison.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic PidNamePropertyDescriptor Find(
string name,
Guid propertySet
)
Public Function Find (
name As String,
propertySet As Guid
) As PidNamePropertyDescriptor
public:
PidNamePropertyDescriptor^ Find(
String^ name,
Guid propertySet
)
member Find :
name : string *
propertySet : Guid -> PidNamePropertyDescriptor
Parameters
- name
- Type: SystemString
Name of a property - propertySet
- Type: SystemGuid
PropertySet of a property
Return Value
Type:
PidNamePropertyDescriptorPidNamePropertyDescriptor object if found in the list; otherwise null.
See Also