To put it simple, Yamabay OECOM is a
Microsoft Outllok Express 6.0 COM/ActiveX for Microsoft Visual Basic
developers.
Microsoft Outlook Express is
a very popular e-Mail software on all version of Windows, but there
is no simple way to program it without using C++ to explore the
IStoreFolder and IStoreNameSpace
Interfaces. This OECOM wraps these two interfaces and present to VB and
COM/ActiveX programmers with the classes and methods which they are familiar
with.
II. The class and the methods provided by
OECOM
The filename is tryoe1.dll and
the class name is OE.
Move message MessageID from
the current folder to the folder DestinationFolderName.
RemoveMsg (MesageID)
Remove message
MessageID.
ShowMsgList (FolderName)
Show the message list in folder
FolderName. ShowMsgList methods returns a string
which contains the lines consists
of From+Subject delimited by
vbCrLf
III. How to use the Sample VB
Code
This sample code is an Outlook Express
Explorer . It allows you to
navigate through the OE folder tree and to read, create, delete, move,
copy, mark, and unmark messages. You can use this to create, delete and
rename folders. All the functions are made possible by Yamabay
OECOM. You will learn how to write your own
OECOM
based applications by
looking into the sample source code.
Before you can use this Sample VB code, you will need to register this
OECOM by doing regsvr32 tryoe1.dll. After the
registration, you will need to reference to this tryoe1
COM object in your VB project.