Reading through Mailbox folders on Exchange

  • Thread starter Thread starter Nancy Kafer
  • Start date Start date
N

Nancy Kafer

I am trying to write a program that will log into a user's mailbox and loop
through all folders looking for certain file extensions. Can anyone tell me
what methods I need to use to retrieve the folder list for a user mailbox? I
know I can read through an Outlook folder list but that means I have to run
the program on each workstation.

Thanks.

Nancy
 
Hi Nancy,

That depends on what mailsystem is used.

When it is Exchange there is normaly no mailinformation on the desktop (but
it is almost always on a laptop). But basicly the mailsystem tells where is
the information.

Does not help, but maybe it becomes a little bit more clear.

I have this links for you,

(Collected from a message from Jay B Howard in another newsgroup)

http://www.microeye.com/resources/res_outlookvsnet.htm

http://msdn.microsoft.com/library/d...html/frlrfsystemwebmailsmtpmailclasstopic.asp

http://msdn.microsoft.com/library/d.../cdosys/html/_cdosys_schema_configuration.asp

http://msdn.microsoft.com/library/d...y/en-us/exchanchor/htms/msexchsvr_cdo_top.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_techsel_bytechnology.asp

It identifies the majority of the technologies available to Exchange Server.


Here are a handful of samples that may (or may not) help:

http://msdn.microsoft.com/library/d.../e2k3/e2k3/_exch2k_searching_folders_http.asp

http://msdn.microsoft.com/library/d.../e2k3/e2k3/_esdk_sending_a_message_webdav.asp

http://msdn.microsoft.com/library/d...k3/e2k3/_esdk_getting_mailbox_size_webdav.asp

http://msdn.microsoft.com/library/d...3/e2k3/_esdk_samples_exchmailnotify_intro.asp

I hope this helps

Cor

I am trying to write a program that will log into a user's mailbox and loop
 
Back
Top