Share via


UserDefinedProperty Members

Include Protected Members
Include Inherited Members

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

The UserDefinedProperty type exposes the following members.

Properties

 

Name

Description

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _UserDefinedProperty.)

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _UserDefinedProperty.)

Public property

DisplayFormat

Returns an Integer (int in C#) value that represents the display format for the UserDefinedProperty object. Read-only. (Inherited from _UserDefinedProperty.)

Public property

Formula

Returns a String (string in C#) value that represents the formula for the UserDefinedProperty object. Read-only. (Inherited from _UserDefinedProperty.)

Public property

Name

Returns a String (string in C#) value that represents the display name for the object. Read-only. (Inherited from _UserDefinedProperty.)

Public property

Parent

Returns the parent Object of the specified object. Read-only. (Inherited from _UserDefinedProperty.)

Public property

Session

Returns the NameSpace object for the current session. Read-only. (Inherited from _UserDefinedProperty.)

Public property

Type

Returns an OlUserPropertyType constant indicating the type of the UserDefinedProperty object. Read-only. (Inherited from _UserDefinedProperty.)

Top

Methods

 

Name

Description

Public method

Delete

Deletes an object from the collection. (Inherited from _UserDefinedProperty.)

Top

See Also

Reference

UserDefinedProperty Interface

Microsoft.Office.Interop.Outlook Namespace