Returns or sets a Boolean value that determines whether or not content is automatically cached.
Syntax
Station.AutoArchive
Example
Set MyStation = NSChannelMgr.Channels.Find( "My Station")
If MyStation.AutoArchive Then
    MsgBox "Archive directory is " & MyStation.AutoArchiveDir _
            " with maximum size " & MyStation.AutoArchiveSize
  Else
    MsgBox "Station will not be archived"
End If
See Also
Channel object, Channel.AutoArchiveSize, Channel.AutoArchiveDir
© 1996-1998 Microsoft Corporation. All rights reserved.