KnownPropertyListFind Method (Guid) |
Finds properties in list according to its PropertySet
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic PropertyDescriptor[] Find(
params Guid[] propertySets
)
Public Function Find (
ParamArray propertySets As Guid()
) As PropertyDescriptor()
public:
array<PropertyDescriptor^>^ Find(
... array<Guid>^ propertySets
)
member Find :
propertySets : Guid[] -> PropertyDescriptor[]
Parameters
- propertySets
- Type: SystemGuid
PropertySet to find
Return Value
Type:
PropertyDescriptorArray of
PropertyDescriptor objects with required PropertySet if found in the list; otherwise empty array.
See Also