IAttachmentMangerDisp::Receive Method

HRESULT Receive([in, out] BSTR * characterEncoding, [out, retval] SAFEARRAY(BYTE) * Envelope);

Retreives the response from the server, extracts any attachments, as well at the SOAP message. If the transport has overridden the character encoding that the Envelope is in, it will set the characterEncoding value accordingly.

 

Parameters

characterEncoding
BSTR *, [in, out]: The transport provided characterEncoding string (e.g. utf-8, us-ascii)
Envelope
SAFEARRAY(BYTE) *, [out, retval]: An array of bytes containing the response envelope

 

Return Values

 

Sample Code



  

 

See Also

The IAttachmentMangerDisp Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.