You cannot post messages because only members can post, and you are not currently a member.
Description:
Nektra OEAPI group helps developers using Outlook Express API from Nektra to develop Outlook Express and Windows Mail plugins.
Please indicate OEAPI edition and version number, OS and email client version and developing language and software you are using.
|
|
|
Problem with OnDatabaseChange
|
| |
Hi
I'm having a strange behaviour in my OE plugin; I use OnDatabaseChange
event for getting notified when a new email arrives but I've noticed
that after the first 7-8 new email arrives, the OnDatabaseChange
events seems not to fire anymore.
I use this code inside the event:
If dt = tagOE_DATABASE_TRANSACTION.OE_ TR_INSERT_MESSAGE Then... more »
|
|
OEAPI version 3.2.2 released!
|
| |
Hi, We are glad to announce the release of OEAPI version 3.2.2 with some improvements and many corrections. Here is the version changelog: * OEAPI Standard has now a freeware license. * New methods GetBcc/SetBcc in OEMsgWnd. * New: CreateMessage upgraded: Allows to set the created message state (I.E. Unread, Unsent.).... more »
|
|
0x80010105 error when accessing folder in C#
|
| |
Simple console program to test functionality:
static void Main(string[] args)
{
OEFolderManager folderManager = new OEFolderManager();
int InboxId;
OEFolder inboxFolder = folderManager.GetInboxFolder() ;
InboxId = inboxFolder.GetID();... more »
|
|
Message window events
|
| |
Hi Sasinex, The m_msgWnd that you are using is not a valid OEAPI object (it is not related to any open message window), you should get a IOEMsgWnd like this: m_msgWnd = m_oeapi->GetMsgWnd(msgWndId); Where msgWndId is a message window id. There's another way to do this without a IOEMsgWnd: You can use the... more »
|
|
Is there any documentation about manipulating OEAPI using Java ?
|
| |
I saw on the website of OEAPI that you can use Java to develop
programs using OEAPI.
But I can't find any documentation specifically dedicated to this
topic, am I missing something ?
Or by "using Java" it just means using some Java library to bridge to
COM or other languages that can access OEAPI directly ?... more »
|
|
How to find out which account is the default account
|
| |
Hi,
I know OEAPI does not give access to the account settings of OE.
I can get all settings from "HKEY_CURRENT_USER\Software\Mi crosoft
\Internet Account Manager\Accounts".
But I don't know how to find out what account is the default account.
Because I need to get the SMTP / FROM (sender) address of the default... more »
|
|
Access to accounts planned?
|
| |
Hi,
are interfaces planned for OEAPI to access the mail accounts of OE?
I know all the data can be found in the registry but it would be a
nice design to to access ALL stuff of OE through OEAPI with no need to
"go a second way".
Greetings
Harry
|
|
OE crashes on calling compress folders
|
| |
Since I use OEAPI V3.2.1.0 it is no longer possible to call File -->
Folder --> Compress all folders.
OE crashes each time I do this.
This is reproducible on several installations.
Is there any fix for this?
|
|
OEAPI 3.2.1 Crash with any News Account
|
| |
Hello,
we have found a new problem using OEAPI 3.2.1 with Windows Mail
- Just check that your launcher.exe is started in memory and starts
Windows Mail
- Select Tools->Accounts and add a News account (like this one witch
is free : news.readfreenews.net)
- Try to connect to several discuss into the group -> Windows Mail... more »
|
|
problem with Return-Receipt-To:
|
| |
The request for receipt set by Nektra with OE_PID_HDR_RETRCPTTO
("Return-Receipt-To:") doesn't work with any e-mail client used by the
addressee. (the addressee is not prompted for sending a receipt).
For example Outlook 2003 request for a label named "Disposition-
Notification-To:" for sending a receipt, which is the label set... more »
|
|
|