Returns or sets the size, in bytes, of the archive file of a Streamobject.
Syntax
NSChannelMgr.Stream.ArchiveSize
Example
Dim Streams
Set Streams = NSChannelMgr.Streams
MsgBox "Maximum archive size is: " & Stream(0).ArchiveSize
' set archive file size to 5 megabytes
Stream(0).ArchiveSize = 5000000
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.