Event service attachments
Hi all,
The bottomline of my goal is to read in an excel file send to a certain
mailbox and save its content into a database.
My first problem is how to read in the excel file without having to
save it to disk. I know you can use writetofile to save the attachment
on disk, however I would rather open it directly or save it into a
stream and read into that stream. More over first I need to know for
sure that the attachment is indeed of contenttype application/ms-excel.
Any ideas?
Cheers,
....Tim
.
Relevant Pages
- event service - attachment in stream
... The bottomline of my goal is to read in an excel file send to a certain ... My first problem is how to read in the excel file without having to ... save it to disk. ... stream and read from that stream. ... (microsoft.public.exchange.development) - RE: Impersonate
... There is a common function that extract a value ... from a sql table, and stream it as Excel file to the user. ... what's y our current code that stream out the excel file? ... (microsoft.public.dotnet.framework.aspnet.security) - Re: recovering lost file
... > I get a message saying the disk is not formatted. ... Boot the computer with a bootable floppy. ... and insert the one containing your Excel file. ... (microsoft.public.windowsxp.newusers) - Re: Problem with OLE DB Provider
... Do you close the connection after exporting? ... "Pranav Nabar" wrote in message ... > export is complete the user is redirected to the excel file. ... > getting written out to the disk before the user is redirected. ... (microsoft.public.dotnet.framework.adonet) - Re: How to decide if an excel file has got VBA code in it ?
... I am looking for a way to decide whether an excel file has got some VBA code ... How can i achieve this without opening the excel file and macros. ... Every XLS file is in fact OLE2 Compound File/Document, ... stream names for macro stream name. ... (microsoft.public.excel.misc) |
|