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