MimeOleCreatePropertySet function
Do not use. On success, creates a new property set object.
Syntax
HRESULT MimeOleCreatePropertySet(
_In_ IUnknown *pUnkOuter,
_Out_ IMimePropertySet **ppPropertySet
);
Parameters
-
pUnkOuter [in]
-
Type: IUnknown*
Specifies pointer to the controlling IUnknown interface on the outer object if the property set object is being created as part of an aggregate object. This parameter can be NULL if the object is not part of an aggregate.
-
ppPropertySet [out]
-
Type: IMimePropertySet**
Receives the address of a pointer to a new IMimePropertySet object.
Return value
Type: HRESULT
Returns one of the following values.
Return code | Description |
---|---|
|
Indicates success. |
|
Indicates that a pointer argument is NULL. |
Remarks
Note
User is responsible for freeing IMimePropertySet object.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
Library |
|
DLL |
|