PropertyPages Interface

Definition

Contains the custom property pages that have been added to the Microsoft Outlook Options dialog box or to the folder Properties dialog box.

public interface class PropertyPages : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00063080-0000-0000-C000-000000000046")]
public interface PropertyPages : System.Collections.IEnumerable
Public Interface PropertyPages
Implements IEnumerable
Attributes
Implements

Remarks

You receive a PropertyPages object as a parameter of the OptionsPagesAdd event. Use the Add(Object, String) method to add a PropertyPage object to the PropertyPages object.

Note: If more than one program handles the OptionsPagesAdd event, the order in which the programs receive the event (and therefore, the order in which pages are added to the PropertyPages object) cannot be guaranteed.

Properties

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.

Count

Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.

Item[Object]

Returns a PropertyPage object from the collection.

Parent

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

Session

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

Methods

Add(Object, String)

Adds a new custom property page to the Microsoft Outlook Options dialog box or to the folder Properties dialog box.

Remove(Object)

Removes an object from the collection.

Applies to