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 | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _UserDefinedProperty.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _UserDefinedProperty.) | |
DisplayFormat | Returns an Integer (int in C#) value that represents the display format for the UserDefinedProperty object. Read-only. (Inherited from _UserDefinedProperty.) | |
Formula | Returns a String (string in C#) value that represents the formula for the UserDefinedProperty object. Read-only. (Inherited from _UserDefinedProperty.) | |
Name | Returns a String (string in C#) value that represents the display name for the object. Read-only. (Inherited from _UserDefinedProperty.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _UserDefinedProperty.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _UserDefinedProperty.) | |
Type | Returns an OlUserPropertyType constant indicating the type of the UserDefinedProperty object. Read-only. (Inherited from _UserDefinedProperty.) |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes an object from the collection. (Inherited from _UserDefinedProperty.) |
Top