UserDefinedProperties.Find method (Outlook)
Locate a UserDefinedProperty contained in the collection.
Syntax
expression.Find (Name)
expression A variable that represents a UserDefinedProperties object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Required | String | The Name property value of the UserDefinedProperty object to find in the collection. |
Return value
A UserDefinedProperty object that represents the located object, if successful; otherwise, Null (Nothing in Visual Basic).
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.