Previous | Next |
Returns or sets the size, in kilobytes, of the archive file of a Stream object.
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 = 5000
See Also
Streams Collection Object, Stream Objects
Previous | Next |