How to find if a PST is Unicode?
Mon, 14 Apr 2008 15:45:01 -0700
Hi,
I want to open a PST file by creating a message service and then
configuring it. I need to know what is the PST format so that I can
either add MSPST MS or MSUPST MS service depending upon the format. Is
there a programmatic way to detect if the PST is in ANSI or Unicode
format?
Thanks!
- Anagha. ...
|
retrieve the sender address using Extended MAPI (C++)
Mon, 14 Apr 2008 11:56:01 -0700
Hello!
I am writing the outlook add-in for Outlook 2003. There might be several
email account in outlook from which the message can be sent. I need to get
the sender address before the message is send out. In other words when the
user clicks 'Send' button in the inspector window (he might select some email
...
|
Get MSG file from EML
Sat, 12 Apr 2008 09:23:00 -0700
Hi,
I'm developing store events sink on C# for mailbox in Exchange server 2003.
I recieved my message in eml format I need convert this to msg message. I
can't using Outlook Object Model becaurse Exchange's guys not suggest install
Outlook and Exchange Server together. After investigation I have some
ques ...
|
Customizing OWA
Fri, 11 Apr 2008 14:10:16 -0400
Since there doesn't seem to be a group ideal for this question, I'm
crossposting this from microsoft.public.exchange.clients.
Can anybody point me to some good resources on customizing/extending OWA?
Microsoft has a decent document dating from Exchange 2000, but it doesn't
cover everything, nor am I sure how ...
|
Please help me about creating .msg file
Fri, 11 Apr 2008 07:26:12 -0700 (PDT)
I tried to create .msg file using mapi. Following are my codes. But
the created msg file couldn't be opened in outlook. Anyone can help
me? Thanks a lot! I followed the MS-KB171907
http://support.microsoft.com/kb/171907
#include <initguid.h>
#include <windows.h>
#include <stdio.h>
#define USES_IID_IMessa ...
|
How to get Content-Type out of mail properties
Thu, 10 Apr 2008 23:35:03 -0700
Does anybody know how to get a Content-Type of a mail body (like
text/html...) out of mail properties? I didn't found a PR_ flag that make
this possible. Thanks. ...
|
Correct way to make object read only in store ?
Thu, 10 Apr 2008 16:01:23 -0700
In our implemented store, a user has read only access to a folder.
When they open an item in the folder, change it and attempt to save it our
store returns an error code of access denied.
This works except for Outlook displays an error message along the lines of
"Item can not be saved, would you like to sav ...
|
|
|
Notifications on a IMessage object
Thu, 10 Apr 2008 07:17:01 -0700
Hi,
I hope IĆ¢??m asking this in the right place.
I am implementing a custom message store provider that stores messages and
attachments into a central location.
The download of the message body and attachments is done when they are
required and it takes from a few milliseconds to a few minutes, mainly
...
|
_AppointmentItem->get_MAPIOBJECT() failing with random return code
Wed, 9 Apr 2008 15:20:53 -0700 (PDT)
I have an add-in monitoring the Deleted Items folder for new
additions. This works fine almost all of the time; however, certain
types of appointments cause problems when I use get_MAPIOBJECT() on
them, for instance appointments created in Outlook 2007 with other
participants added through the "Scheduling" butt ...
|
Read contents of an OST file using MAPI
Wed, 9 Apr 2008 11:23:02 -0700
Hi,
I can scan the contents of a PST file using MAPI. How can I do the same for
OST files? There is an OST file on a client machine and I want to read all
the items in it using MAPI. The OST file is standalone (not loaded in
Outlook).
Will appreciate some help...
Thanks,
- Anagha. ...
|