![]() |
|||
I. What is Yamabay OECOM2Yamabay OECOM2 is a Microsoft Outllok Express 6.0 COM/ActiveX for Microsoft Visual Basic developers. In addition to the OECOM capabilities, it has the additional functions to read and enumerate e-Mail PropertySet and the MIME body parts/attachments. The write/append/delete Mime body parts and PropertySet functions will be available soon. 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 , IStoreNameSpace, IMimeMessage and
IMimePropertyTree
interfaces. This OECOM2 wraps these 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 OECOM2The filename is tryoe1.dll and the class name is OE. Since OECOM2 is downward compatible with OECOM, please please refer to this page for the basic, non-Mime, non-PropertySet related functions. Below we only emphasize on Mime and PropertySet related methods. 2.1 OE methods: Mime Body Part Related GetMimeMsgSrc(MessageID)
GetMimeMsgChildBody(MessageID), GetMimeMsgParentBody(MessageID), GetMimeMsgNextBody(MessageID), GetMimeMsgPreviousBody(MessageID)
GetMimeBodyDisplayName(MessageID)
2.2 OE methods: PropertySet related GetPropertyList(MessageID)
GetPropertyValue(PropVal)
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. Mime and Properties information are available too. All the functions are made possible by Yamabay OECOM2. You will learn how to write your own OECOM2 based applications by looking into the sample source code. Before you can use this Sample VB code, you will need to register this OECOM2 by doing regsvr32 tryoe1.dll. After the registration, you will need to reference to this tryoe1 COM object in your VB project. Below are some screen shots of this VB program:
|
| Anti Spam | WinASP | Web2Image | Skype Gateway | Dashboard Chart | OE6 COM/ActiveX |
| Copyright © 2000-2008 YamaBay |
