|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the COutlookFolders class
|
|
AppNameSpace
|
Property
|
Gets a handle to the current instance of the Outlook NameSpace
|
|
AppOutlook
|
Property
|
Gets a handle to the current instance of Outlook
|
|
CurrentFolder
|
Property
|
Gets a handle to the Current Folder
|
|
DestinationFolder
|
Property
|
Gets a handle to the Destination Folder for Move and Copy Actions
|
|
FoldersTree
|
Property
|
Sets a handle to the TreeView you want to populate and resets it
|
|
LastErrDescription
|
Property
|
Gets the description of the last error generated
|
|
LastErrNumber
|
Property
|
Gets the error number of the last error generated
|
|
RootFolder
|
Property
|
Sets a handle to the Root Folder
|
|
AddFolder
|
Method
|
Adds a new folder
|
|
Class_Initialize
|
Initialize
|
Initialize internal variables
|
|
Class_Terminate
|
Terminate
|
Cleanup class variables opened for Outlook
|
|
CloseOutlook
|
Method
|
Closes an instance of Outlook
|
|
CopyAllItems
|
Method
|
Copies all items from the current folder to the destination folder
|
|
CopyItem
|
Method
|
Copies an item from the current folder to the destination folder
|
|
DeleteAllItems
|
Method
|
Deletes all items from the current folder
|
|
DeleteFolder
|
Method
|
Deletes a folder
|
|
DeleteItem
|
Method
|
Deletes an item from the current folder
|
|
EmptyDeletedItemsFolder
|
Method
|
Empties the "Deleted Items" folder
|
|
EmptyFolder
|
Method
|
Empties the specified folder with optional filter on the received time
|
|
EmptyJunkMailFolder
|
Method
|
Empties the "Junk E-Mail" folder with optional filter on the received time
|
|
FoldersToTreeView
|
Method
|
Converts the passed folder reference into a treeview structure
|
|
GetFolderFilter
|
Private
|
Create the filter string to limit the folder items to a date range
|
|
GetFolderList
|
Method
|
Gets a list of folders
|
|
ItemsToListView
|
Method
|
Converts the iems in the "CurrentFolder.Items" collection to a listview structure.
The CurrentFolder Property must be set before calling this method.
|
|
MoveAllItems
|
Method
|
Moves all items from the current folder to the destination folder
|
|
MoveItem
|
Method
|
Moves an item from the current folder to the destination folder
|
|
OpenFolder
|
Method
|
Sets the Current folder
|
|
SaveAttachmentsToDisk
|
Method
|
Saves all email attachments from messages in the current Outlook folder to disk.
Set the current folder by using the OpenFolder method.
|
|
StartOutlook
|
Method
|
Starts an instance of Outlook
|