LumiSoft Mail Server User API
Position Property
Namespaces > LumiSoft.Net > JunkingStream > Position
Gets or sets the current position in the stream. This property always throws a NotSupportedException.
Syntax
C#Visual BasicManaged C++
public override long Position { get; set; }
Public Overrides Property Position As Long
public:
virtual long long Position {
	long long get () override;
	void set (long long value) override;
}

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