Exch2007 RoutingAgent should set mail categories based on X-Header
Thu, 24 Apr 2008 07:17:14 -0700
Hello,
i am new to routing agent programming and want to program a routing agent
for Exchange 2007 SP1, which should set mail categories based on some
(X-)Header content.
Is this possible?
My main problem is, that i don´t find any information how and where to
access the category-property of mail item ...
|
NewInspector Event and Custom mapi form
Tue, 22 Apr 2008 06:36:19 -0700 (PDT)
Hi All,
I have a custom mapi form implemented as a EXE Com Server supporting
- MAPI form interfaces ( IPersistMessage, public
IMAPIForm )
- MAPI Form viewer interfaces ( IMAPIMessageSite ,
IMAPIViewContext , IMAPIViewAdviseSink )
- MAPI Form manager ( IMAPIFormMgr )
After doi ...
|
Exchange Client Extensions and Error
Mon, 21 Apr 2008 21:41:52 -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 ...
|
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
...
|