Share via


UserDefinedProperties.Find Method (Outlook)

Locate a UserDefinedProperty contained in the collection.

Version Information

Version Added: Outlook 2007

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

Concepts

UserDefinedProperties Object Members

UserDefinedProperties Object