Welcome to Office Zealot Sign in | Join | Help

April 2004 - Posts

We have the problem with progress bar in Send/Receive window in our NNTP for Outlook . In Outlook 2002 it works correctly, and Outlook display correct progress bar in Send/Receive window on receiving new messages. But Outlook 2003 show the progress bar Read More...
When Outlook downloads new message from MAPI transport , it call IXPLogon:StartMessage and pass pointer to IMessage. Transport fill IMessage properties and call IMessage::SaveChanges to delivery new message to Outlook. Outlook 2003 takes ~2.5 minutes Read More...
Last parameter (lpMapiSupportObject) is lost. The same misprint in online version . ...Why MAPI is not updated in MSDN since 2001? ...And why MSDN contains only the general information, and nothing about MAPI implementation of Outlook? Read More...
MAPILab NNTP v0.9 alpha for Outlook MAPILab NNTP for Outlook is the first NNTP transport provider for Microsoft Outlook 2000, 2002/XP and 2003. It allows to read the messages from newsgroups and post the messages to newsgroups from Microsoft Outlook (btw, Read More...
File SuperMapiSession.h was updated. We should not release the pointer returned by __getSuperObjectFn, because this function don't increase object references counter. Read More...
As you may know form my previous posts, you should never use MAPILogonEx in Outlook add-ins. You should get MAPI session from MAPIOBJECT property of Outlook::_Namespace. But how to get "good" MAPI session in Outlook 2000? The following code was tested Read More...
IMAPIMessageSite::GetLastError method is lost in MSDN '03. Online version have the same error . GetSession is the second method in IMAPIMessageSite, not first. It is happen because GetLastError is absent in MAPI_IMAPIMESSAGESITE_METHODS macro. Read More...