PropertyPages Interface

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("00063080-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
Public Interface PropertyPages _
    Inherits IEnumerable
'Usage
Dim instance As PropertyPages
[DefaultMemberAttribute("Item")]
[GuidAttribute("00063080-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
public interface PropertyPages : IEnumerable

Remarks

You receive a PropertyPages object as a parameter of the OptionsPagesAdd event. Use the Add 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.

See Also

Reference

PropertyPages Members

Microsoft.Office.Interop.Outlook Namespace