GetMsgStoresTable is returning message store of Previous Session
Wed, 12 Mar 2008 23:39:38 -0700 (PDT)
Hi there,
When i close my MAPI application abruptly, or when it gets closed
abruptly.
The on the second run, i sometimes get the error like
"Object reference is not set to an instance of object."
When i debugged whats wrong, i found out that my GetMsgStoresTable was
returning multiple and previous session' ...
|
Dragging mail to "Personal Folders" disappears it
Wed, 12 Mar 2008 23:31:53 -0700 (PDT)
Hi there,
I just dragged some of my mails to the root Folder i.e. Personal
Folders
and its gone now.
How to recover them from MAPI.
It must be stored somewhere.
Also i have a PST (PST 2) with some mails but it is not shown in any
folders, it is present in root level folder (Personal Folders)
I have a con ...
|
Having problems with embedded messages and TNEF
Wed, 12 Mar 2008 17:47:15 -0700 (PDT)
I'm trying to create TNEF versions of email, and save them to a .msg
file. The only issue I'm having is that on a message with an embedded
japanese (or any AJP language, possibly EMEA) email (embedded message)
when I launch the .msg file, the attachment name of the message in the
original mail and when opening t ...
|
IMsgServiceAdmin::ConfigureMsgService Failed
Wed, 12 Mar 2008 22:55:46 +0800
Hi,
I am developing application using extended MAPI to fetch data from
PST file in VC++. For this, I have temporary created profile (using
IProfAdmin::CreateProfile).In Profile, I have added "MSPST MS"messaging
service (using IMsgServiceAdmin::CreateMsgService) .
Now when I configure this m ...
|
IMsgServiceAdmin::ConfigureMsgService Failed
Wed, 12 Mar 2008 21:47:50 +0800
Hi,
I am developing application using extended MAPI to fetch data from
PST file in VC++. For this, I have temporary created profile (using
IProfAdmin::CreateProfile). In Profile, I have added "MSPST MS" messaging
service (using IMsgServiceAdmin::CreateMsgService) .
Now when I configure this ...
|
No OpenMsgStore fails with -2147221219
Thu, 6 Mar 2008 02:09:49 -0800 (PST)
Hello,
With the standard Exchagne 2007 installation the "Public Folder"
database/store is created.
When the openmsgstore() call is attempted after then "Public Folder"
database is deleted - it fails with -2147221219.
Workaround was to create a Public folder store again.
Any help on this is highly appre ...
|
Detecting special folders in outlook
Tue, 4 Mar 2008 09:31:10 -0800
Hi,
How do i detect if the folder i have is one of:
* Inbox
* Deteled Items
* Drafts
* Sent Items
I was using display name comparision which is not good. name could be easily
changed to any oter name and also its not good for localization. Is there
any other way to detect this?
Thanks.
...
|
|
|
MAPI_E_NOT_FOUND in Windows 2000 & Exchange 2003
Mon, 3 Mar 2008 08:16:33 -0800 (PST)
Hi,
I'm developing small application implementing MAPI .I face peculiar
problem in Windows 2000 m/c running Exchange 2003. My MAPI call
'MAPILogonEx' fails with MAPI_E_NOT_FOUND. My 'MAPILogonEx' call is
executed successfully without any problem in other m/c with Windows
2003 & Exchange 2003.
Here is ...
|
creating imap account programmatically
Sun, 2 Mar 2008 19:04:00 -0800
I've written an outlook 2003 add in that connects to some software via an
imap service. My aim is to create an imap account at runtime so that it can
connect to the imap service without restarting outlook.
I currently do this by displaying a dialog requesting minimal connection
details, creating a .prf fil ...
|
How to distinguish General Attachment and Embedded Attachment
Fri, 29 Feb 2008 13:02:14 +0545
Hi everyone,
I was just curious about how to distinguish General Attachment (the
attachment that displays as a attachment) and Embedded Attachment (the
attachment that gets displayed in Body Field of a message).
Till now i have only found that:-
If a message contains only embedded attachment then "HideA ...
|