The getExpires and putExpires methods of the IResponse interface retrieve or set the value of the Expires property, respectively.
public abstract com.ms.com.Variant getExpires();
public abstract void putExpires(int ExpiresMinutes);
Returns a VARIANT that contains the Expires value.
ExpiresMinutes | [in] An integer that contains the new Expires value. |