Contents Index Topic Contents | ||
Previous Topic: IMailUser::CopyTo Next Topic: IMailUser::GetIDsFromNames |
IMailUser::DeleteProps
HRESULT DeleteProps( LPSPropTagArray lpPropTagArray, LPSPropProblemArray FAR * lppProblems );Deletes property values from a mail user object.
- Returns S_OK if properties were successfully deleted, or MAPI_E_NO_ACCESS if the caller has insufficient permissions to delete properties.
- lpPropTagArray
- Address of an array of property tags indicating the properties to delete. The cValues member of the SPropTagArray structure pointed to by lpPropTagArray must not be zero, and the lpPropTagArray parameter itself must not be NULL.
- lppProblems
- Returned problem array. Must be freed by the caller if a non-NULL value is returned.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.