exchangefreaks.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Accessing eml files in Exchnage 2003

 
Post new topic   Reply to topic    exchangefreaks.com Forum Index -> MS Exchange Development
Author Message
ashish vasudev



Joined: 28 Sep 2007
Posts: 8

PostPosted: Fri Feb 22, 2008 2:32 am    Post subject: Accessing eml files in Exchnage 2003 Reply with quote

Hi all,

Is it possible to access physical eml files in Exchange 2003 as was done
previously with Exchange 2000 using its M drive.


--
Thanks
ashish

Archived from group: microsoft>public>exchange>development
Back to top
View user's profile Send private message
Henning Krause [MVP - Exc



Joined: 05 Aug 2007
Posts: 142

PostPosted: Mon Feb 25, 2008 2:33 am    Post subject: Re: Accessing eml files in Exchnage 2003 Reply with quote

Hello,

it was never a good idea to use the M: drive because you can easily mess up
security descriptors of elements.

The correct way to get an .EML file is to perform a HTTP GET request on the
url of the item (The url you see in OWA) and add a Translate: F header to
the Http request.

Kind regards,
Henning

"ashish vasudev" wrote in message @microsoft.com...
> Hi all,
>
> Is it possible to access physical eml files in Exchange 2003 as was done
> previously with Exchange 2000 using its M drive.
>
>
> --
> Thanks
> ashish
Back to top
View user's profile Send private message
ashish vasudev



Joined: 28 Sep 2007
Posts: 8

PostPosted: Mon Feb 25, 2008 1:49 am    Post subject: Re: Accessing eml files in Exchnage 2003 Reply with quote

Hi,

Thanks for your reply. Well I need to extract eml file owner name. Will it
be possible from Translate: F

If not is there any other way of doing that ?

--
Thanks
ashish


"Henning Krause [MVP - Exchange]" wrote:

> Hello,
>
> it was never a good idea to use the M: drive because you can easily mess up
> security descriptors of elements.
>
> The correct way to get an .EML file is to perform a HTTP GET request on the
> url of the item (The url you see in OWA) and add a Translate: F header to
> the Http request.
>
> Kind regards,
> Henning
>
> "ashish vasudev" wrote in message
> @microsoft.com...
> > Hi all,
> >
> > Is it possible to access physical eml files in Exchange 2003 as was done
> > previously with Exchange 2000 using its M drive.
> >
> >
> > --
> > Thanks
> > ashish
>
>
Back to top
View user's profile Send private message
Henning Krause [MVP - Exc



Joined: 05 Aug 2007
Posts: 142

PostPosted: Tue Feb 26, 2008 12:14 am    Post subject: Re: Accessing eml files in Exchnage 2003 Reply with quote

Hi ashish,

what do you mean by "owner"?

Kind regards,
Henning Krause

"ashish vasudev" wrote in message @microsoft.com...
> Hi,
>
> Thanks for your reply. Well I need to extract eml file owner name. Will it
> be possible from Translate: F
>
> If not is there any other way of doing that ?
>
> --
> Thanks
> ashish
>
>
> "Henning Krause [MVP - Exchange]" wrote:
>
>> Hello,
>>
>> it was never a good idea to use the M: drive because you can easily mess
>> up
>> security descriptors of elements.
>>
>> The correct way to get an .EML file is to perform a HTTP GET request on
>> the
>> url of the item (The url you see in OWA) and add a Translate: F header to
>> the Http request.
>>
>> Kind regards,
>> Henning
>>
>> "ashish vasudev" wrote in
>> message
>> @microsoft.com...
>> > Hi all,
>> >
>> > Is it possible to access physical eml files in Exchange 2003 as was
>> > done
>> > previously with Exchange 2000 using its M drive.
>> >
>> >
>> > --
>> > Thanks
>> > ashish
>>
>>
Back to top
View user's profile Send private message
ashish vasudev



Joined: 28 Sep 2007
Posts: 8

PostPosted: Tue Feb 26, 2008 1:08 am    Post subject: Re: Accessing eml files in Exchnage 2003 Reply with quote

Hi,

By owner I meant owner of file, one who has created a file or the authorized
user.

--
Thanks
ashish


"Henning Krause [MVP - Exchange]" wrote:

> Hi ashish,
>
> what do you mean by "owner"?
>
> Kind regards,
> Henning Krause
>
> "ashish vasudev" wrote in message
> @microsoft.com...
> > Hi,
> >
> > Thanks for your reply. Well I need to extract eml file owner name. Will it
> > be possible from Translate: F
> >
> > If not is there any other way of doing that ?
> >
> > --
> > Thanks
> > ashish
> >
> >
> > "Henning Krause [MVP - Exchange]" wrote:
> >
> >> Hello,
> >>
> >> it was never a good idea to use the M: drive because you can easily mess
> >> up
> >> security descriptors of elements.
> >>
> >> The correct way to get an .EML file is to perform a HTTP GET request on
> >> the
> >> url of the item (The url you see in OWA) and add a Translate: F header to
> >> the Http request.
> >>
> >> Kind regards,
> >> Henning
> >>
> >> "ashish vasudev" wrote in
> >> message
> >> @microsoft.com...
> >> > Hi all,
> >> >
> >> > Is it possible to access physical eml files in Exchange 2003 as was
> >> > done
> >> > previously with Exchange 2000 using its M drive.
> >> >
> >> >
> >> > --
> >> > Thanks
> >> > ashish
> >>
> >>
>
>

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Accessing Client Contacts programmatically Exchange Server 2003. Outlook 2003. All of our Outlook clients are services by our Exchange Server. I would like to build a program (VBA) that could access the Contacts folder of any or all of our clients. Ultimately, what I want to do is access the c

Accessing mailbox root folder using @PR_IPM_SUBTREE_ENTRYID I have a C application that accesses the root folder of a user's the following... '\\', where I set equal to This has worked fine wi

Accessing root folder using MAPI on Exchange 2007 I am trying to open the root folder on Exchange 2007 using MAPI. If I use the following... '\\', I can open the but when I try and open it fails

Saving .MSG files from C# I saw loads of posts regarding this but nothing recent.. Posting this to see if anyone has been able to accomplish it yet. Looking for a way to save contact .MSG files from an Exchange 2003/2007 Event Sink.. I can save the .EML files but that doesn't help

how to access eml files. I wnt to access eml file (back up of emails in Exchge2003), and output the mail content in to database, could you please give some information ? By which tools for developing ? Thanks.
Post new topic   Reply to topic    exchangefreaks.com Forum Index -> MS Exchange Development All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group