LumiSoft Mail Server User API
SizeExceededAction Enumeration
Namespaces > LumiSoft.Net.IO > SizeExceededAction
Specifies action what is done if requested action exceeds maximum allowed size.
Syntax
C#Visual BasicManaged C++
public enum SizeExceededAction
Public Enumeration SizeExceededAction
public enum class SizeExceededAction
Members
MemberDescription
ThrowException
Throws exception at once when maximum size exceeded.
JunkAndThrowException
Junks all data what exceeds maximum allowed size and after requested operation completes, throws exception.

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