Hi Kathir,
I'm just about to try this as well. Were you able to resolve your issue and
get attachements from exchange? Would you mind posting how you did it?
TIA
Mike
"Kathir" wrote:
> Hi Vince,
>
> I've fetched only the body or content of the message and not the
> attachments? and that's what I'm looking for!
>
> How can I fetch the attachments?
>
> Regards,
> Kathir
>
> "Vince Averello [MVP - Outlook]" wrote:
>
> > If you're saving them in a database can they be saved elsewhere?
> >
> > "Kathir" <(E-Mail Removed)> wrote in message
> > news:90A4DE17-6432-4271-B75D-(E-Mail Removed)...
> > >
> > > Hi Vince,
> > >
> > > Thanks for your valuable information. Actually I'm trying a windows
> > > service
> > > that fetches the contents of the mails from my inbox and saves them in a
> > > database using IMAP protocol. I've successfully fetched the contents of
> > > the
> > > mail body using the IMAP command "1 UID FETCH 756 BODY[1]\r\n", where 756
> > > is
> > > message UID.
> > >
> > > How can I fetch the attachments so that i can save the attachments in a
> > > specific location and i can use them later.
> > >
> > > I've tried a lot to find this but i couldn't get. Few articles gave me an
> > > idea to fetch the attachments as an encoded file(Encoded in Base64
> > > format),
> > > which i couldn't use.
> >
> >
|