Exchange Client Extensions and Error
Mon, 21 Apr 2008 21:21:04 -0700 (PDT)
Hello All,
I am developing a simple and sample exchange client extension to learn
about it and to use it in my bigger project.
I learned about exchange client extensions from here,
http://support.microsoft.com/kb/285999
I followed all the steps from this page and developed an Exchange
Client Extension. The pro ...
|
Customizing OWA Exchange 2007 Page
Fri, 18 Apr 2008 19:03:01 -0700
We've been successful in changing most of the look and feel of our OWA page
with a document showing us an example with the company "Fourth Coffee" and
the instructions on http://msexchangeteam.com/archive/2006/08/30/428793.aspx
but my developer is telling me that all the information he got from these two
pla ...
|
Convert MAPI messages into eml
Fri, 18 Apr 2008 13:55:00 -0700
Hi,
I want to extract contents in a PST file and save the messages in eml
format. I would prefer to do this using Extended MAPI rather than using the
Outlook specific interface. Is there any way to achieve this?
Thanks!
- Anagha. ...
|
How to find Journal mailbox
Thu, 17 Apr 2008 06:33:02 -0700
Hello,
Is there a way, to find the journal mailbox on Exchange server in C++ (with
help of MAPI or any oter way)?
I can list all mailboxes (I find them in AD), but I can not determine which
is set for journaling.
I am searching for solution on Exch. 2003 and Exch. 2007
Best Regards, Tomaz ...
|
Is it possible to crawl all the Mailbox in Microsoft Exchange using a
single admin account?
Wed, 16 Apr 2008 22:13:34 -0700 (PDT)
Hi,
Is it possible to crawl all the Mailbox in Microsoft Exchange using a
single admin account?
Also, Is there any such admin account enabled by default or can we do
any customizations e.g. sharing MailBox with multiple users.Can
someone provide code snippet to do so if it is possible.
~Cheers
Amit Agrawal ...
|
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 ...
|