LumiSoft Mail Server User API
Seek Method (offset, origin)
Namespaces > LumiSoft.Net > JunkingStream > Seek(Int64, SeekOrigin)
Sets the current position of the stream to the given value. This method always throws a NotSupportedException.
Syntax
C#Visual BasicManaged C++
public override long Seek (
	long offset,
	SeekOrigin origin
)
Public Overrides Function Seek ( _
	offset As Long, _
	origin As SeekOrigin _
) As Long
public:
virtual long long Seek (
	long long offset, 
	SeekOrigin origin
) override
Parameters
offset (Int64)
This parameter is not used.
origin (SeekOrigin)
This parameter is not used.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.JunkingStream.Seek(System.Int64,System.IO.SeekOrigin)]

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)