Contents Index Topic Contents | ||
Previous Topic: IDistList::CreateEntry Next Topic: IDistList::DeleteProps |
IDistList::DeleteEntries
HRESULT DeleteEntries( LPENTRYLIST lpEntries, ULONG ulFlags );Removes one or more entries from the distribution list.
- Returns one of the following values:
S_OK The specified entries have been successfully deleted. MAPI_W_PARTIAL_COMPLETION The call succeeded, but one or more of the entries could not be deleted. When this warning is returned, the call should be handled as successful. To test for this warning, use the FAILED macro.
- lpEntries
- Address of an array of ENTRYLIST structures containing entry identifiers representing the entries being deleted from the distribution list.
- ulFlags
- Reserved; must be zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.