;[EMAIL PROTECTED]>
Sent: Tuesday, December 10, 2002 10:41 AM
Subject: RE: Again: Attachments through COMProvider
> Hi!
>
>
> Regarding byte array I see that arrays are currently not supported:
> else if( o.getClass().isArray())
> {
> // ArrayInfo
ew ObjectInputStream(is);
Object attachedObject = oi.readObject();
Do your stuff .
/Leif
-Original Message-
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 03, 2002 13:46
To: [EMAIL PROTECTED]
Subject: Re: Again: Attachments through COMProv
Lief,
Thank you for being both patient and persistent!
My one question about this is that the option you add applies to
Strings, which are returned from COM objects as Unicode. This would not
allow binary files to be returned unless the COM object does some
encoding on the file, such as Base64.