That folder really isn't useful for your scenario, because (a) unless an
explicit location is set in the registry (which is rare), there's no
guarantee that you'll be able to find it and (b) the file you want may no
longer be stored in this temporary storage location. You should use
SaveAsFile instead to ensure you have control over the file and the location
where it's made available to the other component.
Sue Mosher
"BuddyWork" <BuddyWork> wrote in message
news:47475FF0-4E0F-48FB-862C-5DA8470F8633@microsoft.com...
> I've found out that the files are stored in the 'Outlook Secure Temporary'
> http://support.microsoft.com/default.aspx/kb/817878
> How do I get this directory witin Outlook Forms?
> "BuddyWork" wrote:
>
> > Hello,
>
>> I need the location of where the attach file is located because I need to
> > pass the path and name to another component which will read the file and
> > then
> > send it to SharePoint.
>
>> Any idea?
>
>> Thanks,