HrMAPIOpenStreamOnProperty

The HrMAPIOpenStreamOnProperty function opens a stream on a property.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPIOpenStreamOnProperty(
  LPMAPIPROP lpObj,     
  ULONG ulPropTag,      
  LPSTREAM * lppStream  
);
 

Parameters

lpObj
Input parameter. Points to a MAPI IMAPIProp interface containing the object.
ulPropTag
Input parameter. Property tag.
lppStream
Output parameter. Points to an open Win32 IStream interface containing the stream address variable.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrMAPIOpenStreamOnProperty function in IPROP.C under the EDKMAPI code sample in the Code Samples folder.