Hi all,
I still have some problems with my server.
I have a function that should return three parameters defined as:
HRESULT GetInfo([out] BSTR *name, [out] BSTR *version, [out] BSTR
*description);
If I return a tuple with three string I get an error saying that the number
of returned parameter
[EMAIL PROTECTED] wrote:
> Hi all,
> I still have some problems with my server.
>
> I have a function that should return three parameters defined as:
>
> HRESULT GetInfo([out] BSTR *name, [out] BSTR *version, [out] BSTR
> *description);
>
> If I return a tuple with three string I get an error sayi
Hi all,As of now I got access to the text of the message. Now if I
want to access the sender address and the receiver address of a mail how can
I do that? I tried giving message.To and message.From both of which didn't
work.. :-(. I tried searching in Google for them but couldn't come out w