AutoDeleteNDR Property

This property specifies whether to delete non-deliverable returned messages after they are processed.

IDL Definition

[propget]
HRESULT AutoDeleteNDR([out, retval] VARIANT *pVal /* VT_I4 :  */);
[propput]
HRESULT AutoDeleteNDR([in] BOOL newVal);

Type

BOOL

Values

1=TRUE,0=FALSE


© 1997-1998 Microsoft Corporation. All rights reserved.