getExpires

The getExpires and putExpires methods of the IResponse interface retrieve or set the value of the Expires property, respectively.

Syntax

public abstract com.ms.com.Variant getExpires();
public abstract void putExpires(int ExpiresMinutes);

Return Value

Returns a VARIANT that contains the Expires value.

Parameters

ExpiresMinutes [in] An integer that contains the new Expires value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.