Folders Members

Include Protected Members
Include Inherited Members

Contains a set of Folder objects that represent all the available Outlook folders in a specific subset at one level of the folder tree.

The Folders 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 _Folders.)
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Folders.)
Public property Count Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _Folders.)
Public property Item Returns a Folder object from the collection. (Inherited from _Folders.)
Public property Parent Returns the parent Object of the specified object. Read-only. (Inherited from _Folders.)
Public property RawTable This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _Folders.)
Public property Session Returns the NameSpace object for the current session. Read-only. (Inherited from _Folders.)

Top

Methods

  Name Description
Public method Add Creates a new folder in the Folders collection. (Inherited from _Folders.)
Public method GetFirst Returns the first object in the Folders collection. (Inherited from _Folders.)
Public method GetLast Returns the last object in the Folders collection. (Inherited from _Folders.)
Public method GetNext Returns the next object in the Folders collection. (Inherited from _Folders.)
Public method GetPrevious Returns the previous object in the Folders collection. (Inherited from _Folders.)
Public method Remove Removes an object from the collection. (Inherited from _Folders.)

Top

Events

  Name Description
Public event FolderAdd Occurs when a folder is added to the specified Folders collection. (Inherited from FoldersEvents_Event.)
Public event FolderChange Occurs when a folder in the specified Folders collection is changed. (Inherited from FoldersEvents_Event.)
Public event FolderRemove Occurs when a folder is removed from the specified Folders collection. (Inherited from FoldersEvents_Event.)

Top

See Also

Reference

Folders Interface

Microsoft.Office.Interop.Outlook Namespace