UserDefinedProperty Members (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents the definition of a user-defined property for a Folder object.

Methods

Name

Description

Delete

Deletes an object from the collection.

Properties

Name

Description

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

DisplayFormat

Returns a Long value that represents the display format for the UserDefinedProperty object. Read-only.

Formula

Returns a String value that represents the formula for the UserDefinedProperty object. Read-only.

Name

Returns a String value that represents the display name for the object. Read-only.

Parent

Returns the parent Object of the specified object. Read-only.

Session

Returns the NameSpace object for the current session. Read-only.

Type

Returns an OlUserPropertyType constant indicating the type of the UserDefinedProperty object. Read-only.