_UserDefinedProperties.Find(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Locate a UserDefinedProperty contained in the collection.
public:
Microsoft::Office::Interop::Outlook::UserDefinedProperty ^ Find(System::String ^ Name);
public Microsoft.Office.Interop.Outlook.UserDefinedProperty Find (string Name);
Public Function Find (Name As String) As UserDefinedProperty
Parameters
Returns
A UserDefinedProperty object that represents the located object, if successful; otherwise, Nothing (a null reference (Nothing in Visual Basic) in C#).