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
Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Folders.)
Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Folders.)
Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _Folders.)
Returns a Folder object from the collection. (Inherited from _Folders.)
Returns the parent Object of the specified object. Read-only. (Inherited from _Folders.)
This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _Folders.)
Returns the NameSpace object for the current session. Read-only. (Inherited from _Folders.)
Top
Methods
Name
Description
Creates a new folder in the Folders collection. (Inherited from _Folders.)
(Inherited from FoldersEvents_Event.)
(Inherited from FoldersEvents_Event.)
(Inherited from FoldersEvents_Event.)
Returns the first object in the Folders collection. (Inherited from _Folders.)
Returns the last object in the Folders collection. (Inherited from _Folders.)
Returns the next object in the Folders collection. (Inherited from _Folders.)
Returns the previous object in the Folders collection. (Inherited from _Folders.)
Removes an object from the collection. (Inherited from _Folders.)
(Inherited from FoldersEvents_Event.)
(Inherited from FoldersEvents_Event.)
(Inherited from FoldersEvents_Event.)
Top
Events
Name
Description
Occurs when a folder is added to the specified Folders collection. (Inherited from FoldersEvents_Event.)
Occurs when a folder in the specified Folders collection is changed. (Inherited from FoldersEvents_Event.)
Occurs when a folder is removed from the specified Folders collection. (Inherited from FoldersEvents_Event.)
Top